Skip to content

Commit 5f802d7

Browse files
committed
fix
1 parent f1e5868 commit 5f802d7

File tree

1 file changed

+1
-1
lines changed
  • ydb/tests/functional/replication

1 file changed

+1
-1
lines changed

ydb/tests/functional/replication/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace NUnitTest::NPrivate {
2525
}
2626

2727
template<>
28-
inline void Out<NYdb::Dev::TUuidValue>(IOutputStream& os, const NYdb::Dev::TUuidValue& value) {
28+
inline void Out<NYdb::TUuidValue>(IOutputStream& os, const NYdb::TUuidValue& value) {
2929
os << value.ToString();
3030
}
3131

0 commit comments

Comments
 (0)