Update TestFail.java

This commit is contained in:
Loredana Crusoveanu 2018-08-18 15:39:43 +03:00 committed by GitHub
parent 32fd79061c
commit 7cdb05125f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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";