Skip to content

Commit 5ad90f6

Browse files
committed
Fix typo
1 parent fd3bd44 commit 5ad90f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/internal/tests/data_model_serialization_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ TEST(VariationOrRolloutTests, SerializeVariation) {
428428
#if BOOST_VERSION >= 108300
429429
auto json = boost::json::value_from(variation, VariationOrRolloutContext());
430430
#else
431-
auto json = boost::json::value_from(var_or_roll);
431+
auto json = boost::json::value_from(variation);
432432
#endif
433433
auto expected = boost::json::parse(R"({"variation":5})");
434434
EXPECT_EQ(expected, json);

0 commit comments

Comments
 (0)