diff options
Diffstat (limited to 'test/rebar_edoc_SUITE.erl')
-rw-r--r-- | test/rebar_edoc_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_edoc_SUITE.erl b/test/rebar_edoc_SUITE.erl index 2c4aba5..64ec0c8 100644 --- a/test/rebar_edoc_SUITE.erl +++ b/test/rebar_edoc_SUITE.erl @@ -58,7 +58,7 @@ error_survival(Config) -> RebarConfig = [], rebar_test_utils:run_and_check( Config, RebarConfig, ["edoc"], - {error,{rebar_prv_edoc,{app_failed,"bar2"}}} + {error,{rebar_prv_edoc,{app_failed,"bad_bar2"}}} ), ok. |