Skip to content

Commit afd622a

Browse files
committed
fix: ignore updateGetGeneratedKeysSql from recorded tests
1 parent 49ba19f commit afd622a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalasql/test/src/api/DbApiTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ trait DbApiTests extends ScalaSqlSuite {
124124
}
125125
)
126126
test("updateGetGeneratedKeysSql") - {
127-
if (!this.isInstanceOf[SqliteSuite])
127+
if (!this.isInstanceOf[SqliteSuite] && !this.isInstanceOf[MsSqlSuite])
128128
checker.recorded(
129129
"""
130130
Allows you to fetch the primary keys that were auto-generated for an INSERT

0 commit comments

Comments
 (0)