update test package names

This commit is contained in:
Sky Johnson 2025-03-05 12:32:48 -06:00
parent 47a1b56619
commit 1d82323b41
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package bench
package bench_test
import (
"bytes"

View File

@ -1,4 +1,4 @@
package bench
package bench_test
import (
"io"

View File

@ -1,4 +1,4 @@
package web_tests
package web_test
import (
"errors"

View File

@ -1,4 +1,4 @@
package web_tests
package web_test
import (
"fmt"

View File

@ -1,4 +1,4 @@
package web_tests
package web_test
import (
"bytes"

View File

@ -1,4 +1,4 @@
package web_tests
package web_test
import (
"testing"

View File

@ -1,4 +1,4 @@
package web_tests
package web_test
import (
"fmt"