Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Nov 22, 2023
1 parent a62bd6a commit c54a795
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class UpdateRequestTest {
assertEquals("table", sut.schema)
assertEquals(mapOf("Key1" to "Value1"), sut.urlParams)
assertEquals(JsonArray(listOf()), sut.body)
assertEquals(mapOf(), sut.urlParams)
}

@Test
Expand All @@ -54,7 +53,6 @@ class UpdateRequestTest {
assertEquals("table", sut.schema)
assertEquals(mapOf("Key1" to "Value1"), sut.urlParams)
assertEquals(JsonArray(listOf()), sut.body)
assertEquals(mapOf(), sut.urlParams)
}

}

0 comments on commit c54a795

Please sign in to comment.