Skip to content

Commit

Permalink
Release 0.79.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinacker committed Nov 22, 2016
1 parent 82b47d0 commit d9f4324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void shouldFindOneWithMissingId() throws Exception {

private void createTestObjects(String... values) {
Arrays.stream(values)
.map(value -> new TestObject(null, value))
.map(value -> new TestObject(value, value))
.forEach(testee::create);
}

Expand Down

0 comments on commit d9f4324

Please sign in to comment.