Skip to content

Commit 851a36d

Browse files
committed
test updates
1 parent 61bf446 commit 851a36d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@ final class FluentPostgresDriverTests: XCTestCase {
124124
try self.benchmarker.testSiblingsEagerLoad()
125125
}
126126

127+
func testParentGet() throws {
128+
try self.benchmarker.testParentGet()
129+
}
130+
131+
func testParentSerialization() throws {
132+
try self.benchmarker.testParentSerialization()
133+
}
134+
135+
func testMultipleJoinSameTable() throws {
136+
try self.benchmarker.testMultipleJoinSameTable()
137+
}
138+
127139
func testBlob() throws {
128140
final class Foo: Model {
129141
static let schema = "foos"

0 commit comments

Comments
 (0)