We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f65e43 commit e012647Copy full SHA for e012647
nitrite/src/test/java/org/dizitart/no2/repository/InterfaceEntityTest.java
@@ -263,8 +263,6 @@ public void testMultipleImplementationsFieldAccess() throws IllegalAccessExcepti
263
public void testEdgeCaseEmptyPropertyName() {
264
// This tests that our validation works
265
scanner.readEntity();
266
- ObjectIdField idField = scanner.getObjectIdField();
267
-
268
Dog dog = new Dog("test", "TestDog");
269
270
try {
0 commit comments