Skip to content

Commit a380d85

Browse files
committed
refactor: remove unused context imports from test files
1 parent 9985ed4 commit a380d85

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

internal/sync/auth_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package sync
22

33
import (
4-
"context"
54
"testing"
65

76
"github.com/Altinity/docker-sync/config"

internal/sync/ecr_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package sync
22

33
import (
4-
"context"
54
"testing"
65

76
"github.com/stretchr/testify/assert"

internal/sync/r2_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package sync
22

33
import (
4-
"context"
54
"fmt"
65
"io"
76
"os"

0 commit comments

Comments
 (0)