Skip to content

Commit 7c95e2d

Browse files
committed
updates
1 parent 438031d commit 7c95e2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ final class FluentPostgresDriverTests: XCTestCase {
164164
try self.benchmarker.testSoftDeleteWithQuery()
165165
}
166166

167+
func testDuplicatedUniquePropertyName() throws {
168+
try self.benchmarker.testDuplicatedUniquePropertyName()
169+
}
170+
167171
func testBlob() throws {
168172
final class Foo: Model {
169173
static let schema = "foos"

0 commit comments

Comments
 (0)