Skip to content

Commit 4f1cd23

Browse files
committed
Change name of the test method
1 parent 0f1efb9 commit 4f1cd23

File tree

1 file changed

+2
-2
lines changed
  • src/test/java/pl/wavesoftware/eid/exceptions

1 file changed

+2
-2
lines changed

src/test/java/pl/wavesoftware/eid/exceptions/EidIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void doBenckmarking() throws Exception {
6060
double eidScore = eid.getAggregatedResult().getPrimaryResult().getScore();
6161

6262
String title = "method speed quotient to the control sample";
63-
String eidTitle = String.format("%s %s should be at least %.2f%%", "#exhibit()",
63+
String eidTitle = String.format("%s %s should be at least %.2f%%", "#eid()",
6464
title, SPEED_THRESHOLD * PERCENT);
6565

6666
double eidTimes = eidScore / controlScore;
@@ -95,4 +95,4 @@ private static RunResult getRunResultByName(Collection<RunResult> results, Strin
9595
}
9696
throw new EidRuntimeException("20160324:225412", "Invalid name: " + name);
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)