Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Jan 23, 2017
1 parent 160976e commit 8573ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ func TestClient_UnarchiveAllocDir(t *testing.T) {

rc := ioutil.NopCloser(buf)

c1.migratingAllocs["123"] = make(chan struct{})
c1.migratingAllocs["123"] = newMigrateAllocCtrl()
if err := c1.unarchiveAllocDir(rc, "123", dir1); err != nil {
t.Fatalf("err: %v", err)
}
Expand Down

0 comments on commit 8573ab9

Please sign in to comment.