Skip to content

Commit

Permalink
minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Dec 13, 2010
1 parent 256a925 commit 3d24a42
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -128,7 +128,7 @@ public void testNonExistentIndices() {
} catch (RuntimeException e) {
assertTrue(true);
}
BaseTest.printPerformance(graph.toString(), 2, "non-existent indices retrieved with runtime exceptions", this.stopWatch());
BaseTest.printPerformance(graph.toString(), 3, "non-existent indices retrieved with runtime exceptions", this.stopWatch());
graph.shutdown();
}

Expand Down

0 comments on commit 3d24a42

Please sign in to comment.