Skip to content

Commit 5ca07f6

Browse files
committed
updates
1 parent bf2f71b commit 5ca07f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/FluentSQLiteDriverTests/FluentSQLiteDriverTests.swift

+4
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ final class FluentSQLiteDriverTests: XCTestCase {
156156
try self.benchmarker.testSoftDeleteWithQuery()
157157
}
158158

159+
func testDuplicatedUniquePropertyName() throws {
160+
try self.benchmarker.testDuplicatedUniquePropertyName()
161+
}
162+
159163
var benchmarker: FluentBenchmarker {
160164
return .init(database: self.database)
161165
}

0 commit comments

Comments
 (0)