Skip to content

Commit

Permalink
Update mssql_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan <[email protected]>
  • Loading branch information
nathan-artie authored May 10, 2024
1 parent 5496d29 commit 2c7bb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sql/mssql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func TestMSSQLDialect_KindForDataType(t *testing.T) {
assert.Equal(t, 5, *kd.OptionalStringPrecision)
}
}

func TestMSSQLDialect_IsColumnAlreadyExistsErr(t *testing.T) {
testCases := []struct {
name string
Expand Down

0 comments on commit 2c7bb20

Please sign in to comment.