Skip to content

Commit 81f7d52

Browse files
committed
test the integration travis -> gitter.im/ollin/cdc-workshop - success
1 parent 9e2dfe6 commit 81f7d52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

address-service/src/test/java/net/nautsch/address/AddressTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@ public void shouldReturnFirstname() {
2727
String result = address.getFirstname();
2828
// then
2929
assertThat(result, is(givenFirstName));
30-
fail("test travis -> gitter.im/ollin/cdc-workshop");
31-
3230
}
33-
34-
}
31+
}

0 commit comments

Comments
 (0)