Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed May 27, 2019
1 parent 12e6ff5 commit 88ce0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker_test.go
Expand Up @@ -2,7 +2,7 @@ package docker

import "testing"

func TestExecLogin(t *testing.T) {
func TestExecVersion(t *testing.T) {
err := Exec("version")
if err != nil {
t.Error(err)
Expand Down

0 comments on commit 88ce0f9

Please sign in to comment.