Skip to content

Commit 5b93349

Browse files
committed
fix: fix the build on linux
1 parent 309eb03 commit 5b93349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/server-sdk/tests/fdv2_changeset_translation_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ TEST(FDv2ChangeSetTranslationTest, NullObjectInPutFlagIsSkipped) {
170170

171171
FDv2ChangeSet raw{ChangeSetType::kFull,
172172
{FDv2Change{FDv2Change::ChangeType::kPut, "flag",
173-
"my-flag", 1, boost::json::value{nullptr}}},
173+
"my-flag", 1, boost::json::value(nullptr)}},
174174
Selector{}};
175175
auto result = TranslateChangeSet(raw, logger);
176176

0 commit comments

Comments
 (0)