Skip to content

Commit b20cc05

Browse files
svats0001jchrys
authored andcommitted
Changed integration test
1 parent e04f541 commit b20cc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r2dbc-mysql/src/test/java/io/asyncer/r2dbc/mysql/MariaDbIntegrationTestSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void returningExtendedTypeInfoJson() {
157157
.execute()
158158
.flatMap(IntegrationTestSupport::extractRowsUpdated)
159159
.thenMany(conn.createStatement("INSERT INTO test(value) VALUES (?)")
160-
.bind(0, "'{\"abc\": 123}'")
160+
.bind(0, "{\"abc\": 123}")
161161
.returnGeneratedValues()
162162
.execute())
163163
.flatMap(result -> result.map(DataEntity::readExtendedTypeInfoResult))

0 commit comments

Comments
 (0)