mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Small comment fix.
This commit is contained in:
@@ -173,7 +173,7 @@ func TestAllocRunner_DiskExceeded_Destroy(t *testing.T) {
|
||||
t.Fatalf("err: %v", err)
|
||||
})
|
||||
|
||||
// Create a 20mb file in the shared alloc directory, which should cause the
|
||||
// Create a 20mb file in the alloc directory, which should cause the
|
||||
// allocation to terminate in a failed state.
|
||||
name := ar.ctx.AllocDir.AllocDir + "/20mb.bin"
|
||||
f, err := os.Create(name)
|
||||
|
||||
Reference in New Issue
Block a user