Skip to content

Commit 7d6ded3

Browse files
committed
fix review comments
1 parent 157f707 commit 7d6ded3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sql_injection_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ func TestRawQueryInjection(t *testing.T) {
104104
}
105105
DB.Migrator().DropTable(&TestUser{})
106106
}
107+
107108
func TestWhereClauseInjection(t *testing.T) {
108109
if err := DB.AutoMigrate(&TestUser{}); err != nil {
109110
t.Errorf("failed to create test table: %v", err)

0 commit comments

Comments
 (0)