Delete left-over dummy test

This test was necessary because otherwise the unit tests would fail due to a lack of unit tests in this file
This commit is contained in:
SiboVG 2022-10-25 16:42:46 +02:00
parent 3d3c32b3c9
commit 5cfd9032c6

View File

@ -26,11 +26,6 @@ public class UpdateInfoTest extends BaseTestCase {
/** How much long does the test allow it to take */
private static final int ALLOWANCE = 2000;
@Test
public void dummyTest() {
// Yes, I passed!
}
// TODO: write unit test for new software update
/*private HttpURLConnectionMock setup() {
HttpURLConnectionMock connection = new HttpURLConnectionMock();