Skip to content

Commit

Permalink
tests: fix UI snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 20, 2024
1 parent 3e890eb commit 8e49ead
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tests/snapshots/ui__ui_test_ok_compress-2.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source: tests/ui.rs
expression: "run_ouch(\"ouch compress input output.gz\", dir)"
---
[INFO] Successfully compressed 'output.gz'.
[INFO] Successfully compressed 'output.gz'
4 changes: 2 additions & 2 deletions tests/snapshots/ui__ui_test_ok_compress.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: tests/ui.rs
expression: "run_ouch(\"ouch compress input output.zip\", dir)"
---
[INFO] Compressing 'input'.
[INFO] Successfully compressed 'output.zip'.
[INFO] Compressing 'input'
[INFO] Successfully compressed 'output.zip'
4 changes: 2 additions & 2 deletions tests/snapshots/ui__ui_test_ok_decompress.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: tests/ui.rs
expression: "run_ouch(\"ouch decompress output.zst\", dir)"
---
[INFO] Successfully decompressed archive in current directory.
[INFO] Files unpacked: 1
[INFO] Successfully decompressed archive in current directory
[INFO] Files unpacked:
4 changes: 2 additions & 2 deletions tests/snapshots/ui__ui_test_ok_format_flag_with_rar-1.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: tests/ui.rs
expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)"
---
[INFO] Compressing 'input'.
[INFO] Successfully compressed 'output1'.
[INFO] Compressing 'input'
[INFO] Successfully compressed 'output1'
4 changes: 2 additions & 2 deletions tests/snapshots/ui__ui_test_ok_format_flag_with_rar-2.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: tests/ui.rs
expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)"
---
[INFO] Compressing 'input'.
[INFO] Successfully compressed 'output2'.
[INFO] Compressing 'input'
[INFO] Successfully compressed 'output2'
4 changes: 2 additions & 2 deletions tests/snapshots/ui__ui_test_ok_format_flag_without_rar-1.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: tests/ui.rs
expression: "run_ouch(\"ouch compress input output1 --format tar.gz\", dir)"
---
[INFO] Compressing 'input'.
[INFO] Successfully compressed 'output1'.
[INFO] Compressing 'input'
[INFO] Successfully compressed 'output1'
4 changes: 2 additions & 2 deletions tests/snapshots/ui__ui_test_ok_format_flag_without_rar-2.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: tests/ui.rs
expression: "run_ouch(\"ouch compress input output2 --format .tar.gz\", dir)"
---
[INFO] Compressing 'input'.
[INFO] Successfully compressed 'output2'.
[INFO] Compressing 'input'
[INFO] Successfully compressed 'output2'

0 comments on commit 8e49ead

Please sign in to comment.