Remove duplicate test data
This commit is contained in:
parent
d25d9704f7
commit
902e42817d
|
|
@ -722,8 +722,6 @@ namespace Microsoft.AspNet.Mvc.TagHelpers
|
||||||
{
|
{
|
||||||
return new TheoryData<string, string, string>
|
return new TheoryData<string, string, string>
|
||||||
{
|
{
|
||||||
{ null, null, "text" },
|
|
||||||
{ "Byte", null, "number" },
|
|
||||||
{ null, null, "text" },
|
{ null, null, "text" },
|
||||||
{ "Byte", null, "number" },
|
{ "Byte", null, "number" },
|
||||||
{ "custom-datatype", null, "text" },
|
{ "custom-datatype", null, "text" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue