Skip to content

Commit

Permalink
fix: 2.x scan ITs (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalkiewicz authored and prawilny committed May 11, 2022
1 parent 14eabdb commit 46dc68b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1409,8 +1409,8 @@ public void onComplete() {
.getTableBuilder(tableName, this.executorServiceRule.executorService)
.build()
.scan(new Scan(), consumer);
scanConsumerEnded.get();
}
scanConsumerEnded.get();

assertThat(read.get()).isEqualTo(databaseEntriesCount);
}
Expand Down

0 comments on commit 46dc68b

Please sign in to comment.