Skip to content

Commit

Permalink
extra test case
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra committed Aug 15, 2023
1 parent 7dec0ee commit 4649395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class HttpSemanticConventionHelperTest
new object[] { "junk,http , http ,junk", HttpSemanticConvention.New },
new object[] { "junk,http/dup", HttpSemanticConvention.Dupe },
new object[] { "junk, http/dup ", HttpSemanticConvention.Dupe },
new object[] { "junk, http/dup ", HttpSemanticConvention.Dupe },
new object[] { "http/dup,http", HttpSemanticConvention.Dupe },
new object[] { "http,http/dup", HttpSemanticConvention.Dupe },
};

Expand Down

0 comments on commit 4649395

Please sign in to comment.