We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435d4cd commit 85dff95Copy full SHA for 85dff95
Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift
@@ -71,8 +71,8 @@ final class FluentPostgresDriverTests: XCTestCase {
71
try self.benchmarker.testNestedModel()
72
}
73
74
- func testAggregateCount() throws {
75
- try self.benchmarker.testAggregateCount()
+ func testAggregates() throws {
+ try self.benchmarker.testAggregates()
76
77
//
78
// func testWorkUnit() throws {
0 commit comments