Skip to content

Commit c483fb7

Browse files
committed
Fixed failing test.
1 parent ca444bc commit c483fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

preprocess_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $$ language plpgsql;
217217
require.NoError(t, err)
218218
require.Len(t, result.Batches, 1)
219219

220-
assert.Contains(t, result.Batches[0].Lines, "code@abc123.")
220+
assert.Contains(t, result.Batches[0].Lines, `"code@abc123".`)
221221
assert.NotContains(t, result.Batches[0].Lines, "[code@abc123].")
222222
})
223223

0 commit comments

Comments
 (0)