Merge branch '8087-arv-cli-request-body-from-file' of https://github.com/wtsi-hgi...
[arvados.git] / services / keepstore / volume_test.go
index 53ffeef0bba186d7f995e6e6afb00feb194c5e7f..e8a5a338f51cb25d47f419d02f6ca76a211d535c 100644 (file)
@@ -223,3 +223,6 @@ func (v *MockVolume) Writable() bool {
 func (v *MockVolume) Replication() int {
        return 1
 }
+
+func (v *MockVolume) EmptyTrash() {
+}