diff --git a/mapper_linux_test.go b/mapper_linux_test.go index 2b1d614..6f5c061 100644 --- a/mapper_linux_test.go +++ b/mapper_linux_test.go @@ -6,7 +6,7 @@ package kong_test import ( "testing" - require "github.com/alecthomas/assert/v2" + "github.com/alecthomas/assert/v2" ) func TestPathMapper(t *testing.T) { diff --git a/mapper_windows_test.go b/mapper_windows_test.go index f9b092e..2a51fee 100644 --- a/mapper_windows_test.go +++ b/mapper_windows_test.go @@ -7,7 +7,7 @@ import ( "os" "testing" - require "github.com/alecthomas/assert/v2" + "github.com/alecthomas/assert/v2" ) func TestWindowsPathMapper(t *testing.T) {