Skip to content

Commit

Permalink
rerun unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Jan 31, 2025
1 parent 1c2fc94 commit 709441f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/test_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func InitTestDB() {
db.AutoMigrate(&FileAsset{})
db.AutoMigrate(&TextSnippet{})
db.AutoMigrate(&ConnectionCodesList{})
db.AutoMigrate(&TicketMessage{})

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

0 comments on commit 709441f

Please sign in to comment.