From 467fa9c6fad88321e214b4e5d2b337e2d2d892de Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 19 Aug 2016 16:16:15 -0700 Subject: [PATCH] format error --- command/alloc_status_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)