mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-11-14 12:02:05 +01:00
Delete DummyTest
This commit is contained in:
parent
f21802523a
commit
52a31cb541
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
// SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package pgp.cert_d.cli;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
public class DummyTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
assertTrue(true);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue