💚 fix build

This commit is contained in:
Niels Lohmann
2020-05-19 13:45:52 +02:00
parent 21b1680ea1
commit 4d39644bd0
5 changed files with 9 additions and 6 deletions

View File

@@ -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 =