Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
griffio committed Mar 28, 2024
1 parent 7ce153d commit 25ffa2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ class PostgreSqlTest {

@Test
fun testInsertJsonLiteral() {
database.jsonQueries.insertLiteral("""{"key a" : "value a"}""", """{"key b" : "value b"}""")
database.jsonQueries.insertLiteral("""{"key a" : "value a"}""", """{"key b" : "value b"}""", """{}""", emptyArray<String>())
with(database.jsonQueries.select().executeAsList()) {
assertThat(first().data_).isEqualTo("""{"key a" : "value a"}""")
assertThat(first().datab).isEqualTo("""{"key b": "value b"}""")
Expand Down

0 comments on commit 25ffa2a

Please sign in to comment.