Skip to content

Commit 8d932eb

Browse files
committed
fixup! fixup! feat: add ko test command to build with go test -c
1 parent 854fbcd commit 8d932eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ package test
1616

1717
import "testing"
1818

19-
func TestDummy(t *testing.T) {
20-
t.Run("dummy test", func(t *testing.T) {
21-
t.Logf("this is a dummy test")
19+
func TestEmpty(t *testing.T) {
20+
t.Run("empty test", func(t *testing.T) {
21+
t.Logf("this is an empty test")
2222
})
2323
}

0 commit comments

Comments
 (0)