Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Oct 21, 2024
1 parent 487bcf0 commit a1bfc49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/corelib/src/ojson_object_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ TEST_CASE("ojson object erase with iterator")

CHECK(doc.size() == 1);
CHECK(doc.at("b") == 2);
CHECK(doc.at("b") == 2.0);
CHECK(doc.at("b") == 2.0f);
CHECK(doc["b"] == 2);
}

Expand Down

0 comments on commit a1bfc49

Please sign in to comment.