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 {
|
public class TestFail {
|
||||||
|
|
||||||
@Ignore //ignored so the entire tutorials build passes
|
@Ignore //ignored so the entire tutorials build passes
|
||||||
@Test
|
@Test
|
||||||
public void whenMessageAssigned_thenItIsNotNull() {
|
public void whenMessageAssigned_thenItIsNotNull() {
|
||||||
String message = "hello there";
|
String message = "hello there";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user