Skip to content

Commit 9d8a8e5

Browse files
committed
Typo
1 parent 4ea2f62 commit 9d8a8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SQLiteTests/OperatorsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class OperatorsTests : XCTestCase {
275275
AssertSQL("\"doubleOptional\" >= 4.5", 4.5... ~= doubleOptional)
276276
}
277277

278-
func test_patternMatchingOperator_withomparableClosedRangeString_buildsBetweenBooleanExpression() {
278+
func test_patternMatchingOperator_withComparableClosedRangeString_buildsBetweenBooleanExpression() {
279279
AssertSQL("\"string\" BETWEEN 'a' AND 'b'", "a"..."b" ~= string)
280280
AssertSQL("\"stringOptional\" BETWEEN 'a' AND 'b'", "a"..."b" ~= stringOptional)
281281
}

0 commit comments

Comments
 (0)