Skip to content

Commit

Permalink
Import fake clock from testing library
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Mar 12, 2024
1 parent 7eebc67 commit 54f42f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/queue/work/batch_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/api/resource"
"k8s.io/utils/clock"
clock "k8s.io/utils/clock/testing"
)

const (
Expand Down

0 comments on commit 54f42f7

Please sign in to comment.