mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 14:48:24 +00:00
Merge pull request #1577 from EdwardBetts/patch-1
Correct a spelling mistake.
This commit is contained in:
commit
f86c141b83
4
internal/cache/backend_test.go
vendored
4
internal/cache/backend_test.go
vendored
@ -71,7 +71,7 @@ func TestBackend(t *testing.T) {
|
||||
// load data via cache
|
||||
loadAndCompare(t, wbe, h, data)
|
||||
if !c.Has(h) {
|
||||
t.Errorf("cache dosen't have file after load")
|
||||
t.Errorf("cache doesn't have file after load")
|
||||
}
|
||||
|
||||
// remove via cache
|
||||
@ -83,7 +83,7 @@ func TestBackend(t *testing.T) {
|
||||
// save via cache
|
||||
save(t, wbe, h, data)
|
||||
if !c.Has(h) {
|
||||
t.Errorf("cache dosen't have file after load")
|
||||
t.Errorf("cache doesn't have file after load")
|
||||
}
|
||||
|
||||
// load data directly from backend
|
||||
|
Loading…
x
Reference in New Issue
Block a user