Skip to content

Commit

Permalink
fixed presenter test
Browse files Browse the repository at this point in the history
  • Loading branch information
deadcheat committed Jan 24, 2019
1 parent d1ed224 commit 57a3efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/presenter/file/presenter_test.go
Expand Up @@ -155,7 +155,7 @@ func TestActionSuccessWithStdout(t *testing.T) {
// stdout pattern
ctx := cli.NewContext(a, set, nil)
if err := p.action(ctx); err != nil {
t.Error("Mount should not return any error: ", err)
t.Error("action should not return any error: ", err)
}
}

Expand Down

0 comments on commit 57a3efe

Please sign in to comment.