Skip to content

Commit

Permalink
Renamed test method.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Aug 8, 2017
1 parent 1f46ade commit f3990b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/de/mrapp/apriori/metrics/LeverageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public final void testEvaluate() {
* passing null as a parameter.
*/
@Test(expected = IllegalArgumentException.class)
public final void testEvaluatThrowsException() {
public final void testEvaluateThrowsException() {
new Leverage().evaluate(null);
}

Expand Down

0 comments on commit f3990b1

Please sign in to comment.