fix: os-specific builds
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
require "github.com/alecthomas/assert/v2"
|
||||
"github.com/alecthomas/assert/v2"
|
||||
)
|
||||
|
||||
func TestWindowsPathMapper(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user