fix: os-specific builds

This commit is contained in:
Alec Thomas
2022-06-21 22:35:47 +10:00
parent e75e1ca88a
commit 81070a043b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"os"
"testing"
require "github.com/alecthomas/assert/v2"
"github.com/alecthomas/assert/v2"
)
func TestWindowsPathMapper(t *testing.T) {