Skip to content

Commit ac517bf

Browse files
committed
Fix required self
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent ac97489 commit ac517bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ConnectionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class ConnectionTests : SQLiteTestCase {
236236
done()
237237
}
238238
try! db.transaction {
239-
try InsertUser("alice")
239+
try self.InsertUser("alice")
240240
}
241241
XCTAssertEqual(1, db.scalar("SELECT count(*) FROM users") as? Int64)
242242
}

0 commit comments

Comments
 (0)