Skip to content

Commit be9195e

Browse files
committed
change uuid
1 parent e84da70 commit be9195e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/query/test_query_parameters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class CustomClass:
157157

158158

159159
def test_uuid_send(pool: ydb.QuerySessionPool):
160-
val = uuid.UUID("52F84CBA-B15A-4BF2-9696-161ECA74CB5D")
160+
val = uuid.UUID("6E73B41C-4EDE-4D08-9CFB-B7462D9E498B")
161161
query = """
162162
DECLARE $val AS UUID;
163163
@@ -169,7 +169,7 @@ def test_uuid_send(pool: ydb.QuerySessionPool):
169169

170170

171171
def test_uuid_read(pool: ydb.QuerySessionPool):
172-
val = uuid.UUID("52F84CBA-B15A-4BF2-9696-161ECA74CB5D")
172+
val = uuid.UUID("6E73B41C-4EDE-4D08-9CFB-B7462D9E498B")
173173
query = """
174174
DECLARE $val AS Utf8;
175175

0 commit comments

Comments
 (0)