From 92931a9285c2e51ce47358f28e1031f7f560ded3 Mon Sep 17 00:00:00 2001 From: x1unix Date: Mon, 15 Jul 2024 21:00:18 -0400 Subject: [PATCH] fix: update tests --- internal/pkgindex/scanner_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/pkgindex/scanner_test.go b/internal/pkgindex/scanner_test.go index 0f495a82..2ea83adc 100644 --- a/internal/pkgindex/scanner_test.go +++ b/internal/pkgindex/scanner_test.go @@ -16,6 +16,7 @@ func TestShouldIgnoreFileName(t *testing.T) { "foo_openbsd_arm64.go", "foo_netbsd_riscv64.go", "mmap_unix_test.go", + "zerrors_linux_mips64.go", } allowFiles := []string{ @@ -26,6 +27,7 @@ func TestShouldIgnoreFileName(t *testing.T) { "foo_js_wasm.go", "env_unix.go", "exec_linux.go", + "zerrors_linux_amd64.go", } t.Run("ignore", func(t *testing.T) {