mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-19 16:54:15 +00:00
fixup unused functions/vars
This commit is contained in:
@@ -45,12 +45,6 @@ func (m *mockNamespace) BlobStatter() distribution.BlobStatter {
|
||||
return nil
|
||||
}
|
||||
|
||||
// mockRepository is a minimal mock implementation
|
||||
type mockRepository struct {
|
||||
distribution.Repository
|
||||
name string
|
||||
}
|
||||
|
||||
func TestSetGlobalRefresher(t *testing.T) {
|
||||
// Test that SetGlobalRefresher doesn't panic
|
||||
SetGlobalRefresher(nil)
|
||||
|
||||
Reference in New Issue
Block a user