fix: update line numbers in panic messages in tests

This commit is contained in:
Terts Diepraam 2024-03-03 20:30:22 +01:00 committed by Christina E. Sørensen
parent dedb17df6e
commit 0fcc1c78eb
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:349:21
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:347:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

View file

@ -1,2 +1,2 @@
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:347:47
thread 'main' panicked at 'Custom timestamp format is empty, please supply a chrono format string after the plus sign.', src/options/view.rs:345:47
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

View file

@ -1,2 +1,2 @@
thread 'main' panicked at 'Custom timestamp format for recent files is empty, please supply a chrono format string at the second line.', src/options/view.rs:363:25
thread 'main' panicked at 'Custom timestamp format for recent files is empty, please supply a chrono format string at the second line.', src/options/view.rs:361:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace