Skip to content

Commit 24c0bd1

Browse files
committed
fix
Signed-off-by: Bugen Zhao <[email protected]>
1 parent 03842ac commit 24c0bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/simulation/tests/integration_tests/recovery/pause_on_bootstrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async fn test_impl(resume_by: ResumeBy) -> Result<()> {
7777
let mut session = cluster.start_session();
7878
session.run(INSERT_INTO_TABLE).await?;
7979
session.run("FLUSH").await?;
80-
cluster.run(SELECT_COUNT_TABLE).await?.assert_result_eq("1");
80+
session.run(SELECT_COUNT_TABLE).await?.assert_result_eq("1");
8181
}
8282

8383
Ok(())

0 commit comments

Comments
 (0)