Skip to content

Commit

Permalink
switch to kotlin test
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Nov 29, 2023
1 parent 988ace8 commit d0540d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package org.cru.godtools.model

import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertTrue
import org.ccci.gto.android.common.jsonapi.JsonApiConverter
import org.junit.Assert.assertEquals
import org.junit.Assert.assertTrue
import org.junit.Test

class TranslationTest {
// region jsonapi parsing
Expand Down

0 comments on commit d0540d1

Please sign in to comment.