Skip to content

Commit

Permalink
fix: nebula-contrib#64 by update current space from custom nGQL
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvusYe committed Oct 25, 2022
1 parent f5e4134 commit fabcf20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void selectMapWhenNull() {

@Test
public void testSpaceSwitch() {
for (int i = 0; i < 30; i ++) {
for (int i = 0; i < 30; i++) {
long l = System.currentTimeMillis();
int mod = (int) (l % 3);
switch (mod) {
Expand All @@ -173,6 +173,7 @@ public void testSpaceSwitch() {
break;
case 2: repository.selectMapWhenNull();
break;
default: break;
}
}
}
Expand Down

0 comments on commit fabcf20

Please sign in to comment.