Skip to content

Commit 85dff95

Browse files
committed
update aggregate tests
1 parent 435d4cd commit 85dff95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ final class FluentPostgresDriverTests: XCTestCase {
7171
try self.benchmarker.testNestedModel()
7272
}
7373

74-
func testAggregateCount() throws {
75-
try self.benchmarker.testAggregateCount()
74+
func testAggregates() throws {
75+
try self.benchmarker.testAggregates()
7676
}
7777
//
7878
// func testWorkUnit() throws {

0 commit comments

Comments
 (0)