Skip to content

Commit

Permalink
refactor: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Nov 5, 2023
1 parent 7fbd6e0 commit 515c4ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,7 @@ func TestMainRecAXFR(t *testing.T) {
files, err := filepath.Glob("zonetransfer.me*")
assert.Nil(t, err)
for _, f := range files {
err := os.RemoveAll(f)
assert.Nil(t, err)
assert.Nil(t, os.RemoveAll(f))
}
}

Expand Down

0 comments on commit 515c4ae

Please sign in to comment.