Update TestFail.java
This commit is contained in:
parent
32fd79061c
commit
7cdb05125f
|
@ -7,7 +7,7 @@ import static org.junit.Assert.assertNotNull;
|
|||
|
||||
public class TestFail {
|
||||
|
||||
@Ignore //ignored so the entire tutorials build passes
|
||||
@Ignore //ignored so the entire tutorials build passes
|
||||
@Test
|
||||
public void whenMessageAssigned_thenItIsNotNull() {
|
||||
String message = "hello there";
|
||||
|
|
Loading…
Reference in New Issue