Skip to content

Commit

Permalink
update name in test
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Korczynski <[email protected]>
  • Loading branch information
AdamKorcz committed Jun 18, 2024
1 parent a2d58b6 commit de4dcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/updater/updater_top_level_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func runRefresh(updaterConfig *config.UpdaterConfig, moveInTime time.Time) (Upda
}

if moveInTime != time.Now() {
updater.SetRefTime(moveInTime)
updater.UnsafeSetRefTime(moveInTime)
}

return *updater, updater.Refresh()
Expand Down

0 comments on commit de4dcfc

Please sign in to comment.