Skip to content

Commit

Permalink
Fix build somehow (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawf authored Aug 5, 2024
1 parent eac8762 commit 576327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test/kotlin/graphql/nadel/tests/EngineTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ private suspend fun execute(
val expectedResponse = fixture.response
if (expectedResponse != null) {
// TODO: check extensions one day - right now they don't match up as dumped tests weren't fully E2E but tests are
assertJsonEquals(
assertJsonObjectEquals(
actual = response.toSpecification().let {
mapOf(
"data" to it["data"],
Expand Down

0 comments on commit 576327b

Please sign in to comment.