Fix ci issue

This commit is contained in:
Raphael Grimm 2022-12-19 18:38:39 +01:00 committed by Raphael Grimm
parent 8ba93931ca
commit 22f56995fb

View File

@ -1351,7 +1351,7 @@ void fill_expected_sax_pos_ubjson(SAX& sax, const FN& element, const nlohmann::j
{
++nbytes;
}
else if (val >= 128 && val <= 255)
else if (val <= 255)
{
use_uint = true;
++nbytes;