Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 28, 2022
1 parent b7e9ec0 commit 8727d01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"-": "minus",
"+": "plus"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
-: minus,
+: plus
}
2 changes: 1 addition & 1 deletion src/Verify.Tests/Serialization/SerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public Task DictionaryOrderString()
}

[Fact]
public Task DictionaryOrderOrdinalFailure()
public Task DictionaryOrderOrdinal()
{
var dictionary = new Dictionary<string, string>();

Expand Down

0 comments on commit 8727d01

Please sign in to comment.