Skip to content

Commit

Permalink
Merge 2ae6c3d into cb4fef4
Browse files Browse the repository at this point in the history
  • Loading branch information
swalrus1 authored Jan 10, 2025
2 parents cb4fef4 + 2ae6c3d commit 29f0a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/binary_json/ut/entry_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class TBinaryJsonEntryTest : public TBinaryJsonTestBase {

void TestInvalidInput() {
const TVector<std::pair<TString, TString>> testCases = {
{"nul", "N_ATOM_ERROR: Problem while parsing an atom starting with the letter 'n'"},
{"nul", "INCORRECT_TYPE: The JSON element does not have the requested type."},
};

for (const auto& testCase : testCases) {
Expand Down

0 comments on commit 29f0a2a

Please sign in to comment.