Skip to content
Snippets Groups Projects
Commit b3e06098 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix test

parent 2e06fd5e
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ while True:
n_recv = n_recv + 1
except asapo_consumer.AsapoStreamFinishedError as finished_stream:
stream_finished = True
assert_eq(finished_stream.id_max, 11, "last id")
assert_eq(finished_stream.id_max, 10, "last id")
assert_eq(finished_stream.next_stream, "next_stream", "next stream")
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment