We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03842ac commit 24c0bd1Copy full SHA for 24c0bd1
src/tests/simulation/tests/integration_tests/recovery/pause_on_bootstrap.rs
@@ -77,7 +77,7 @@ async fn test_impl(resume_by: ResumeBy) -> Result<()> {
77
let mut session = cluster.start_session();
78
session.run(INSERT_INTO_TABLE).await?;
79
session.run("FLUSH").await?;
80
- cluster.run(SELECT_COUNT_TABLE).await?.assert_result_eq("1");
+ session.run(SELECT_COUNT_TABLE).await?.assert_result_eq("1");
81
}
82
83
Ok(())
0 commit comments