Skip to content

Commit

Permalink
fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Schubi1981 committed Jan 12, 2020
1 parent b080080 commit 4a39cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void testAll()

assertThat(deleteOne.execute(person.getId())).isEqualTo(1);

assertThat(selectOne.execute(person.getId())).isNull();
assertThat(selectOne.execute(person.getId())).isEmpty();

assertThat(selectAll.execute()).isEmpty();
}
Expand Down

0 comments on commit 4a39cc8

Please sign in to comment.