Skip to content

Commit

Permalink
fix expectations of journey test, which unfortunately relies on lines…
Browse files Browse the repository at this point in the history
… numbers
  • Loading branch information
Byron committed Jul 29, 2024
1 parent 66b9e07 commit 9d35a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/snapshots/panic-behaviour/expected-failure
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
thread 'main' panicked at src/porcelain/main.rs:45:42:
thread 'main' panicked at src/porcelain/main.rs:40:42:
something went very wrong
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2 changes: 1 addition & 1 deletion tests/snapshots/panic-behaviour/expected-failure-in-thread
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
thread 'main' panicked at src/porcelain/main.rs:45:42:
thread 'main' panicked at src/porcelain/main.rs:40:42:
something went very wrong
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[?1049h[?25lthread '<unnamed>' panicked at src/porcelain/main.rs:45:42:
[?1049h[?25lthread '<unnamed>' panicked at src/porcelain/main.rs:40:42:
something went very wrong
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[?25h[?1049l

0 comments on commit 9d35a0a

Please sign in to comment.