Skip to content

Commit e012647

Browse files
committed
Remove unused variable in testEdgeCaseEmptyPropertyName
Deleted the unused 'idField' variable from the testEdgeCaseEmptyPropertyName method in InterfaceEntityTest to clean up the code.
1 parent 6f65e43 commit e012647

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nitrite/src/test/java/org/dizitart/no2/repository/InterfaceEntityTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ public void testMultipleImplementationsFieldAccess() throws IllegalAccessExcepti
263263
public void testEdgeCaseEmptyPropertyName() {
264264
// This tests that our validation works
265265
scanner.readEntity();
266-
ObjectIdField idField = scanner.getObjectIdField();
267-
268266
Dog dog = new Dog("test", "TestDog");
269267

270268
try {

0 commit comments

Comments
 (0)