Skip to content

Commit

Permalink
Fix gateway tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 25, 2023
1 parent efb948c commit 6328dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/src/commonTest/kotlin/json/Util.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package json
import dev.kord.test.file
import kotlin.test.assertEquals

suspend fun readFile(prefix: String, name: String) = file("gateway", "json/$prefix/$name.jspon")
suspend fun readFile(prefix: String, name: String) = file("gateway", "json/$prefix/$name.json")

infix fun <T> T.shouldBe(that: T) {
assertEquals(that, this)
Expand Down

0 comments on commit 6328dba

Please sign in to comment.