Remove duplicate test data

This commit is contained in:
Doug Bunting 2015-08-29 13:31:24 -07:00
parent d25d9704f7
commit 902e42817d
1 changed files with 0 additions and 2 deletions

View File

@ -722,8 +722,6 @@ namespace Microsoft.AspNet.Mvc.TagHelpers
{
return new TheoryData<string, string, string>
{
{ null, null, "text" },
{ "Byte", null, "number" },
{ null, null, "text" },
{ "Byte", null, "number" },
{ "custom-datatype", null, "text" },