We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8506207 commit 90ec91cCopy full SHA for 90ec91c
cmd/bob/bobfile_test.go
@@ -3,7 +3,7 @@ package main
3
import (
4
"testing"
5
6
- "github.com/function61/gokit/assert"
+ "github.com/function61/gokit/testing/assert"
7
)
8
9
func TestAssertUniqueBuilderNames(t *testing.T) {
pkg/dockertag/parse_test.go
@@ -4,7 +4,7 @@ import (
"fmt"
10
func TestParseDockerTag(t *testing.T) {
0 commit comments