Refactor the multi-host salt install page.
[arvados.git] / services / keepstore / volume_test.go
index 2de21edde6708faa3aff96ef32f2b61f191a9775..950b3989aa0f6a72e20553f8505f6575a91b39c4 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-package main
+package keepstore
 
 import (
        "bytes"
@@ -148,7 +148,7 @@ func (v *MockVolume) Compare(ctx context.Context, loc string, buf []byte) error
                }
                return nil
        } else {
-               return NotFoundError
+               return os.ErrNotExist
        }
 }