Skip to content

Commit 85921d8

Browse files
committed
Oups
1 parent 34d3a97 commit 85921d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SQLiteTests/QueryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ class QueryTests: XCTestCase {
398398
let expectedPrefix =
399399
"""
400400
UPDATE \"emails\" SET \"int\" = 1, \"string\" = '2', \"bool\" = 1, \"float\" = 3.0, \"double\" = 4.0,
401-
\"date\" = '1970-01-01T00:00:00.000', \"sub\" = '
401+
\"date\" = '1970-01-01T00:00:00.000', \"sub\" = '
402402
""".replacingOccurrences(of: "\n", with: "")
403403
let expectedSuffix = "'"
404404

0 commit comments

Comments
 (0)