1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 13:34:49 +02:00

Delete ExampleTest

This commit is contained in:
Paul Schaub 2023-07-03 15:48:50 +02:00
parent 727f305eda
commit 75eb0c6406
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -1,18 +0,0 @@
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.pgpainless.wot.dijkstra
import org.junit.jupiter.api.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotEquals
class ExampleTest {
@Test
fun testSomething() {
assertNotEquals("PGPainless", "GnuPG")
assertEquals(24, 14 + 10)
}
}