Skip to content

Commit 44e1567

Browse files
committed
Fixed build
1 parent e51b937 commit 44e1567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/library/operation_id/operation_id_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Y_UNIT_TEST_SUITE(OperationIdTest) {
1818

1919
Y_UNIT_TEST(PreparedQueryIdCompatibleFormatter) {
2020
TOperationId opId;
21-
opId.GetMutableKind() = TOperationId::PREPARED_QUERY_ID;
21+
opId.SetKind(TOperationId::PREPARED_QUERY_ID);
2222
AddOptionalValue(opId, "id", PreparedQueryId);
2323
auto result = opId.ToString();
2424
UNIT_ASSERT_VALUES_EQUAL(FormatPreparedQueryIdCompat(PreparedQueryId), result);

0 commit comments

Comments
 (0)