From a78d73d6923365502549c1dddb5bcdaf662cb213 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Wed, 29 Mar 2023 00:36:29 -0700 Subject: [PATCH] making tidy step happier --- cmd/testscript/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/testscript/main_test.go b/cmd/testscript/main_test.go index 7e22407d..f5b4e02a 100644 --- a/cmd/testscript/main_test.go +++ b/cmd/testscript/main_test.go @@ -13,8 +13,8 @@ import ( "strings" "testing" - "fortio.org/testscript/internal/os/execpath" "fortio.org/testscript" + "fortio.org/testscript/internal/os/execpath" ) func TestMain(m *testing.M) {