Skip to content

Commit

Permalink
updating snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Mar 29, 2024
1 parent 6b1f01c commit 0a76ba7
Showing 3 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
source: tests/journey/cli.rs
info:
program: pace
args:
- "--config"
- tests/fixtures/configs/pace.toml
- "--activity-log"
- "./tests/fixtures/activity_tracker/activities.pace.toml"
- reflect
- current-month
---
success: true
exit_code: 0
----- stdout -----
No activities found for the specified time frame

----- stderr -----
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
source: tests/journey/cli.rs
info:
program: pace
args:
- "--config"
- tests/fixtures/configs/pace.toml
- "--activity-log"
- "./tests/fixtures/activity_tracker/activities.pace.toml"
- reflect
- current-week
---
success: true
exit_code: 0
----- stdout -----
No activities found for the specified time frame

----- stderr -----
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
source: tests/journey/cli.rs
info:
program: pace
args:
- "--config"
- tests/fixtures/configs/pace.toml
- "--activity-log"
- "./tests/fixtures/activity_tracker/activities.pace.toml"
- reflect
---
success: true
exit_code: 0
----- stdout -----
No activities found for the specified time frame

----- stderr -----

0 comments on commit 0a76ba7

Please sign in to comment.