Skip to content

Commit 1b58ddf

Browse files
committed
test: udpate mongodb test integration
Signed-off-by: Otavio Santana <[email protected]>
1 parent 5385c72 commit 1b58ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/MagazineCustomRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public interface MagazineCustomRepository {
4949
@Find
5050
Page<Magazine> listAll(PageRequest pageRequest, Order<Magazine> sortBy);
5151

52-
@Query("delete from Book")
52+
@Query("delete from Magazine")
5353
void deleteAll();
5454

5555
}

0 commit comments

Comments
 (0)