Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed May 22, 2024
1 parent 40a7a87 commit 92e739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/static/static_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func Test_Static_Disable_Cache(t *testing.T) {

// Remove the file even if the test fails
defer func() {
require.NoError(t, os.Remove("../../.github/test.txt"))
_ = os.Remove("../../.github/test.txt") //nolint:errcheck // not needed
}()

app.Get("/*", New("../../.github/", Config{
Expand Down

0 comments on commit 92e739c

Please sign in to comment.