Skip to content

Commit 313371f

Browse files
committed
Correct old unit test
1 parent bdb478b commit 313371f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/encoder_operator_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ TEST_CASE("test the encoding of fast operator default","[operator_default_encode
405405

406406
inst.prev_value().defined(false); // reset the previous value to undefined again
407407

408-
REQUIRE( encode_ext_cref("\xC0\x80",
408+
REQUIRE( encode_ext_cref("\x80",
409409
ext_cref<uint64_cref, default_operator_tag, optional_with_initial_value_tag>(result),
410410
PRESERVE_PREVIOUS_VALUE, &allocator ) );
411411
}

0 commit comments

Comments
 (0)