Merge pull request #1577 from EdwardBetts/patch-1

Correct a spelling mistake.
This commit is contained in:
Alexander Neumann
2018-01-24 19:44:49 +01:00

View File

@@ -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