Skip to content

Commit ad7e8db

Browse files
committed
ref(tests): move exported Test* funcs to top of files and tidy up code
1 parent f2fff5d commit ad7e8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestController(t *testing.T) {
4545
"/deis/registry",
4646
"/deis/domains",
4747
}
48-
testID := utils.NewUuid()
48+
testID := utils.NewID()
4949
err := dockercliutils.BuildImage(t, "../", "deis/controller:"+testID)
5050
if err != nil {
5151
t.Fatal(err)

0 commit comments

Comments
 (0)