fix test compiling

This commit is contained in:
Alex Dadgar
2018-10-04 16:16:08 -07:00
committed by Michael Schurter
parent 31d49c72ab
commit f91b269b2a
5 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ func newFakeAllocRunner(t *testing.T, logger hclog.Logger) *fakeAllocRunner {
return &fakeAllocRunner{
alloc: alloc,
AllocDir: allocdir.NewAllocDir(logger, path),
Broadcaster: cstructs.NewAllocBroadcaster(alloc),
Broadcaster: cstructs.NewAllocBroadcaster(),
}
}