Skip to content

Commit 90ec91c

Browse files
committed
fix tests after gokit update
1 parent 8506207 commit 90ec91c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/bob/bobfile_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"testing"
55

6-
"github.com/function61/gokit/assert"
6+
"github.com/function61/gokit/testing/assert"
77
)
88

99
func TestAssertUniqueBuilderNames(t *testing.T) {

pkg/dockertag/parse_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"testing"
66

7-
"github.com/function61/gokit/assert"
7+
"github.com/function61/gokit/testing/assert"
88
)
99

1010
func TestParseDockerTag(t *testing.T) {

0 commit comments

Comments
 (0)