Skip to content

Commit 2c1da2d

Browse files
committed
children from key test
1 parent 387b33d commit 2c1da2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/FluentSQLiteDriverTests/FluentSQLiteDriverTests.swift

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ final class FluentSQLiteDriverTests: XCTestCase {
139139
func testJoinedFieldFilter() throws {
140140
try self.benchmarker.testJoinedFieldFilter()
141141
}
142+
143+
func testSameChildrenFromKey() throws {
144+
try self.benchmarker.testSameChildrenFromKey()
145+
}
142146

143147
var benchmarker: FluentBenchmarker {
144148
return .init(database: self.database)

0 commit comments

Comments
 (0)