Skip to content

Commit

Permalink
test: update snapshots to include minutely configuration options
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 Nov 30, 2024
1 parent f133d96 commit d6214c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: src/config.rs
expression: config
snapshot_kind: text
---
RusticConfig {
global: GlobalOptions {
Expand Down Expand Up @@ -165,6 +166,7 @@ RusticConfig {
keep_tags: [],
keep_ids: [],
keep_last: None,
keep_minutely: None,
keep_hourly: None,
keep_daily: None,
keep_weekly: None,
Expand All @@ -173,6 +175,7 @@ RusticConfig {
keep_half_yearly: None,
keep_yearly: None,
keep_within: None,
keep_within_minutely: None,
keep_within_hourly: None,
keep_within_daily: None,
keep_within_weekly: None,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: src/config.rs
expression: deserialized
snapshot_kind: text
---
RusticConfig {
global: GlobalOptions {
Expand Down Expand Up @@ -176,6 +177,7 @@ RusticConfig {
keep_tags: [],
keep_ids: [],
keep_last: None,
keep_minutely: None,
keep_hourly: None,
keep_daily: None,
keep_weekly: None,
Expand All @@ -184,6 +186,7 @@ RusticConfig {
keep_half_yearly: None,
keep_yearly: None,
keep_within: None,
keep_within_minutely: None,
keep_within_hourly: None,
keep_within_daily: None,
keep_within_weekly: None,
Expand Down

0 comments on commit d6214c4

Please sign in to comment.