Skip to content

Commit

Permalink
test: ignore linter check for type assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Feb 9, 2022
1 parent 0de20e8 commit 39e75ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob_test.go
Expand Up @@ -453,7 +453,7 @@ func TestGlob(t *testing.T) { // nolint:funlen

t.Run("symlinks", func(t *testing.T) {
t.Parallel()
testFS := testFs(t, []string{
testFS := testFs(t, []string{ // nolint:forcetypeassert
"./a/file",
}, nil).(testfs.FS)

Expand Down

0 comments on commit 39e75ce

Please sign in to comment.