Skip to content

Commit f42e3e1

Browse files
committed
Fix test
1 parent 8a91dae commit f42e3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/viewer/tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def write(writer, message_pattern, close=True):
620620
'path': '{}/topic1'.format(dedicated_db),
621621
'partition': '0',
622622
'offset': '0',
623-
'last_offset': '2',
623+
'last_offset': '3',
624624
'limit': '5'
625625
})
626626

0 commit comments

Comments
 (0)