Skip to content

Commit

Permalink
rerun unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 authored Jan 31, 2025
1 parent 062e9e7 commit 07a498e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/test_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func InitTestDB() {
db.AutoMigrate(&TextSnippet{})
db.AutoMigrate(&ConnectionCodesList{})
db.AutoMigrate(&TicketMessage{})
db.AutoMigrate(&BountyCard{})

people := TestDB.GetAllPeople()
for _, p := range people {
Expand Down

0 comments on commit 07a498e

Please sign in to comment.