Skip to content

Commit

Permalink
use color_eyre::Help
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Feb 19, 2021
1 parent 9377ff7 commit a6b8ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ where
output1
.stdout_contains(first_stdout_regex)
.context_from(&output2)?;
use color_eyre::Help;
output1
.assert_was_killed()
.warning("Possible port conflict. Are there other acceptance tests running?")
Expand Down

0 comments on commit a6b8ffb

Please sign in to comment.