Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 committed Jan 17, 2025
1 parent e5d62ce commit d86a081
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/namespaces/rdb/v1/custom_backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ import (
"time"

"github.com/scaleway/scaleway-cli/v2/core"
"github.com/scaleway/scaleway-cli/v2/internal/args"
"github.com/scaleway/scaleway-cli/v2/internal/namespaces/rdb/v1"
"github.com/scaleway/scaleway-sdk-go/scw"
)

func init() {
args.TestForceNow = scw.TimePtr(time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC))
}
func Test_CreateBackup(t *testing.T) {
t.Run("Simple", core.Test(&core.TestConfig{
Commands: rdb.GetCommands(),
Expand Down

0 comments on commit d86a081

Please sign in to comment.