Skip to content

Commit

Permalink
fix unit test for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Dec 21, 2017
1 parent c94affa commit bc88842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3258,7 +3258,7 @@ public void testUpdateTxPerformed() {
.test() //
.awaitDone(TIMEOUT_SECONDS, TimeUnit.SECONDS) //
.assertComplete() //
.assertValueCount(1);
.assertValueCount(2); //value and complete

db.select("select count(*) from person where score=1000") //
.getAs(Integer.class) //
Expand Down

0 comments on commit bc88842

Please sign in to comment.