Skip to content

Commit

Permalink
update AuthTokenTest to utilize kotlin-test
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Oct 15, 2023
1 parent 6504e93 commit 943a4a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package org.cru.godtools.api.model

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

class AuthTokenTest {
// region jsonapi parsing
Expand Down

0 comments on commit 943a4a5

Please sign in to comment.