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 438031d commit 7c95e2dCopy full SHA for 7c95e2d
Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift
@@ -164,6 +164,10 @@ final class FluentPostgresDriverTests: XCTestCase {
164
try self.benchmarker.testSoftDeleteWithQuery()
165
}
166
167
+ func testDuplicatedUniquePropertyName() throws {
168
+ try self.benchmarker.testDuplicatedUniquePropertyName()
169
+ }
170
+
171
func testBlob() throws {
172
final class Foo: Model {
173
static let schema = "foos"
0 commit comments