1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-27 18:19:34 +02:00

Remove unused test

This commit is contained in:
Paul Schaub 2023-06-25 11:03:54 +02:00
parent 59aa67e71f
commit 08c469e041
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -22,11 +22,4 @@ public class NetworkTest {
assertEquals(referenceTime, network.getReferenceTime());
}
@Test
public void testNetworkFromCertificates() {
ReferenceTime referenceTime = ReferenceTime.now();
// TODO: Implement
}
}