Skip to content

Commit 45a0079

Browse files
committed
Properly cover the right code path
Missed that :(
1 parent 68f00c5 commit 45a0079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/socialsignin/spring/data/dynamodb/query/AbstractMultipleEntityQueryTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public List<User> getResultList() {
6363

6464
@Test
6565
public void testNullResult() {
66-
underTest = new TestAbstractMultipleEntityQuery(dynamoDBOperations, new User[]{null});
66+
underTest = new TestAbstractMultipleEntityQuery(dynamoDBOperations);
6767

6868
assertNull(underTest.getSingleResult());
6969
}

0 commit comments

Comments
 (0)