Skip to content

Commit

Permalink
fix: os-specific builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jun 21, 2022
1 parent e75e1ca commit 81070a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapper_linux_test.go
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion mapper_windows_test.go
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"testing"

require "github.com/alecthomas/assert/v2"
"github.com/alecthomas/assert/v2"
)

func TestWindowsPathMapper(t *testing.T) {
Expand Down

0 comments on commit 81070a0

Please sign in to comment.