mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
Update all other pieces for the CheckumStorage and Verify
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ type mockChecksumStorage struct {
|
||||
store map[string]utils.ChecksumInfo
|
||||
}
|
||||
|
||||
// NewMockChecksumtorage creates aptly.ChecksumStorage for tests
|
||||
func NewMockChecksumtorage() aptly.ChecksumStorage {
|
||||
// NewMockChecksumStorage creates aptly.ChecksumStorage for tests
|
||||
func NewMockChecksumStorage() aptly.ChecksumStorage {
|
||||
return &mockChecksumStorage{
|
||||
store: make(map[string]utils.ChecksumInfo),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user