Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhan committed Jul 14, 2023
1 parent 2bce9c3 commit e4bb3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boomer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func TestStandaloneRun(t *testing.T) {

assert.Equal(t, int64(10), count)
assert.FileExists(t, "cpu.pprof")
_ = os.Remove("cou.pprof")
_ = os.Remove("cpu.pprof")

assert.FileExists(t, "mem.pprof")
_ = os.Remove("mem.pprof")
Expand Down

0 comments on commit e4bb3a6

Please sign in to comment.