Skip to content

Commit

Permalink
Minor code edits
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Jan 31, 2025
1 parent d06af1a commit 0f6adc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CBORTest/CBORObjectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3247,7 +3247,7 @@ public void TestFromObject_Dictionary() {
IDictionary<string, string> dict = new Dictionary<string, string>
{
["TestKey"] = "TestValue",
["TestKey2"] = "TestValue2",
["TestKey2"] = "TestValue2",
};
var c = CBORObject.FromObject(dict);
CheckKeyValue(c, "TestKey", "TestValue");
Expand Down

0 comments on commit 0f6adc1

Please sign in to comment.