Skip to content

Commit

Permalink
Update unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcean committed Jan 20, 2023
1 parent 1f5246c commit 90bd466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnitTest/Reflection/SingletonUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public void TestFactory()
var json = jsonFactory.Create("obj");
Assert.AreEqual(JsonValueKind.Object, json.ValueKind);
Assert.AreEqual(JsonValueKind.Array, jsonFactory.Create("arr").ValueKind);
Assert.AreNotEqual(json.ValueKind, jsonFactory.Create("obj").ValueKind);
}
}
}

0 comments on commit 90bd466

Please sign in to comment.