From 81070a043b434467613a0d472cb8bf099f23854c Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Tue, 21 Jun 2022 22:35:47 +1000 Subject: [PATCH] fix: os-specific builds --- mapper_linux_test.go | 2 +- mapper_windows_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {