format error

This commit is contained in:
Alex Dadgar
2016-08-19 16:16:15 -07:00
parent 05b539c7fc
commit 467fa9c6fa

View File

@@ -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)