Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
klient/machine: rm positional args from supervised client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Knap committed Jan 16, 2017
1 parent a1cb190 commit 8436495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/src/koding/klient/machine/client/supervised_test.go
Expand Up @@ -59,7 +59,7 @@ func TestSupervisedWait(t *testing.T) {
select {
case <-hitC:
if err == client.ErrDisconnected {
t.Fatalf("want err != %[1]v; got %[1]v", client.ErrDisconnected)
t.Fatal("want err != client.ErrDisconnected")
}
case <-time.After(time.Second):
t.Fatalf("test timed out after 1s")
Expand Down

0 comments on commit 8436495

Please sign in to comment.