Skip to content

Commit

Permalink
readd removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Aug 27, 2024
1 parent f3fa3b9 commit df4a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sling/sling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ func TestSuiteDatabaseMotherDuck(t *testing.T) {

func TestSuiteDatabaseSQLServer(t *testing.T) {
t.Parallel()
// testSuite(t, dbio.TypeDbSQLServer)
testSuite(t, dbio.TypeDbSQLServer)
testSuite(t, dbio.Type("sqlserver_bcp"))
}

Expand Down

0 comments on commit df4a3aa

Please sign in to comment.