Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
juamedgod committed Feb 26, 2024
1 parent 78f1890 commit 0f21c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestSync(t *testing.T) {
}
}

func prepareSourceRepo(ctx context.Context, t *testing.T) {
func prepareSourceRepo(_ context.Context, t *testing.T) {
oci.PrepareOCIServer(context.Background(), t, ociSourceRepo)
cs := oci.PrepareTest(t, ociSourceRepo)

Expand Down

0 comments on commit 0f21c78

Please sign in to comment.