Skip to content

Commit

Permalink
fix: Rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym-tousek-keboola committed Jan 7, 2025
1 parent 8576250 commit daf4032
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"testing"
"time"

"github.com/benbjohnson/clock"
"github.com/c2h5oh/datasize"
"github.com/jonboulle/clockwork"
"github.com/keboola/go-client/pkg/keboola"
"github.com/keboola/go-cloud-encrypt/pkg/cloudencrypt"
"github.com/stretchr/testify/assert"
Expand Down Expand Up @@ -40,8 +40,7 @@ func TestBridge_MigrateTokens(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()

clk := clock.NewMock()
clk.Set(utctime.MustParse("2000-01-01T01:00:00.000Z").Time())
clk := clockwork.NewFakeClockAt(utctime.MustParse("2000-01-01T01:00:00.000Z").Time())
by := test.ByUser()

// Fixtures
Expand Down

0 comments on commit daf4032

Please sign in to comment.