Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 851a36d

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /