Skip to content

Commit

Permalink
Correcting test to "unbreak" it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Porter committed Dec 6, 2011
1 parent 23689ce commit 8a1ca94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestProject/test/com/sb/TestSomething.java
Expand Up @@ -7,7 +7,7 @@
import org.junit.Test;

public class TestSomething {
private static final int _EXPECTED_NUMBER = 4;
private static final int _EXPECTED_NUMBER = 5;
Something abstractSomething = null;

@Before
Expand Down

0 comments on commit 8a1ca94

Please sign in to comment.