Skip to content

Commit

Permalink
Add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
michelole committed Apr 19, 2018
1 parent eb812fd commit 2b71284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class ConfigTest {

@Test
public void getSVMCost() {
assertEquals(1, Config.SVM_COST_MAKES_DECISIONS, 0.00001);
assertEquals("Your config.properties was not properly generated. Running `mvn clean test` may fix it.", 1, Config.SVM_COST_MAKES_DECISIONS, 0.00001);
}
}

0 comments on commit 2b71284

Please sign in to comment.