Skip to content

Commit 8a95017

Browse files
author
Aaron Schlesinger
committed
fix(slug_builder_info_test.go): use correct import path
1 parent 3b3c90d commit 8a95017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/slug_builder_info_test.go

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

66
"github.com/arschles/assert"
7-
"github.com/deis/builder/pkg/gitreceive/git"
7+
"github.com/deis/builder/pkg/git"
88
)
99

1010
func TestPushKey(t *testing.T) {

0 commit comments

Comments
 (0)