Skip to content

Commit 7895e12

Browse files
fix
1 parent 5b8e3e4 commit 7895e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/ogo/test/datastructuretests/DataStructureTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ public static void initQueryEngine() throws InterruptedException, IOException, N
2222
OGO.followRoot = true;
2323
OGO.whitelist = true;
2424
queryEngineInitialized = true;
25+
OGO.clearDatabase = OGOProperties.getClearDatabase();
26+
2527
}
26-
OGO.clearDatabase = OGOProperties.getClearDatabase();
2728
}
2829
}

0 commit comments

Comments
 (0)