mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 17:32:06 +01:00
Delete ExampleTest
This commit is contained in:
parent
727f305eda
commit
75eb0c6406
1 changed files with 0 additions and 18 deletions
|
@ -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)
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue