From 4223eb25ebf4f91f4612f514e120b4b758ea43b7 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 16 Feb 2017 18:42:16 -0800 Subject: [PATCH] Docs --- client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_test.go b/client/client_test.go index 975517245..dabdc8c2f 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -903,7 +903,7 @@ func TestClient_UnarchiveAllocDir(t *testing.T) { rc := ioutil.NopCloser(buf) - c1.migratingAllocs["123"] = newMigrateAllocCtrl() + c1.migratingAllocs["123"] = newMigrateAllocCtrl(mock.Alloc()) if err := c1.unarchiveAllocDir(rc, "123", dir1); err != nil { t.Fatalf("err: %v", err) }