Test Retrieval

This commit is contained in:
Łukasz Magiera
2019-12-01 22:52:24 +01:00
parent c7cf20843e
commit 68d1fd5958
5 changed files with 52 additions and 11 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ func builder(t *testing.T, nFull int, storage []int) ([]test.TestNode, []test.Te
CacheDir: filepath.Join(psd, "cache"),
StagedDir: filepath.Join(psd, "staging"),
SealedDir: filepath.Join(psd, "sealed"),
MetadataDir: filepath.Join(psd, "meta"),
UnsealedDir: filepath.Join(psd, "unsealed"),
}, mds)
if err != nil {
t.Fatal(err)