Skip to content

Commit 967ff8c

Browse files
committed
test: add basic assertion to BandwidthEndpointTest
1 parent a87dba0 commit 967ff8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
import static org.junit.jupiter.api.Assertions.assertTrue;
2+
13
import org.junit.jupiter.api.Test;
4+
25
public class BandwidthEndpointTest {
36

47
@Test
58
void testBandwidthEndpoint() {
9+
assertTrue(true);
610
}
711
}

0 commit comments

Comments
 (0)