Skip to content

Commit

Permalink
chore: fix test unit case
Browse files Browse the repository at this point in the history
  • Loading branch information
shilinlee committed Oct 19, 2023
1 parent 06b4f82 commit 3892bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataMigrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var (
func TestMain(m *testing.M) {
fmt.Println("begin")
logger = NewLogger()
defer logger.close()
defer logger.Close()
m.Run()
fmt.Println("end")
}
Expand Down

0 comments on commit 3892bf5

Please sign in to comment.