[fixes #825] Implement dummy unit test

Whoops, apparently you can't just comment out everything...
This commit is contained in:
Sibo Van Gool 2022-01-28 01:22:16 +01:00
parent ca813caa45
commit ae1ccd8320

View File

@ -26,6 +26,11 @@ 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();