Skip to content

Commit

Permalink
fix: remove comments to trigger github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Feb 23, 2024
1 parent 56c6241 commit c9519cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/pkg/admin/tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ func cleanup(testItems *TestItems) func() error {
}

func TestMain(m *testing.M) {
// setup
code := m.Run()
db.ClosePool()
db.CloseRedis()
// teardown

os.Exit(code)
}

0 comments on commit c9519cd

Please sign in to comment.