mirror of
https://github.com/nlohmann/json.git
synced 2026-02-24 20:36:27 +00:00
💚 fix build
This commit is contained in:
@@ -499,7 +499,7 @@ TEST_CASE("BSON")
|
||||
const auto s = std::vector<std::uint8_t>(N, 'x');
|
||||
json j =
|
||||
{
|
||||
{ "entry", json::binary(s) }
|
||||
{ "entry", json::binary(s, 0) }
|
||||
};
|
||||
|
||||
std::vector<std::uint8_t> expected =
|
||||
|
||||
Reference in New Issue
Block a user