BAEL-2552 - Remove unnecessary line

This commit is contained in:
mthomas 2020-03-05 12:13:08 -06:00
parent f37bb67f4c
commit 50ea6a8d9a
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import java.util.concurrent.TimeUnit;
import javax.net.ssl.SSLException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
@ -53,7 +52,6 @@ public class TimeoutLiveTest {
webTestClient.get()
.uri("/timeout/{timeout}", 3)
.exchange();
Assert.fail();
}
@Test