diff --git a/command/alloc_status_test.go b/command/alloc_status_test.go index d966b53b9..623da21e2 100644 --- a/command/alloc_status_test.go +++ b/command/alloc_status_test.go @@ -115,7 +115,7 @@ func TestAllocStatusCommand_Run(t *testing.T) { } out = ui.OutputWriter.String() if !strings.Contains(out, allocId1) { - t.Fatal("expected to find alloc id in output"); + t.Fatal("expected to find alloc id in output") } if !strings.Contains(out, "Created At") { t.Fatalf("expected to have 'Created At' but saw: %s", out)