Added storage policy unit tests

This commit is contained in:
CalDescent
2021-11-24 11:02:54 +00:00
parent af8d0a3965
commit ae0f01d326
2 changed files with 228 additions and 2 deletions

View File

@@ -12,5 +12,6 @@
"pruneBlockLimit": 100,
"bootstrapFilenamePrefix": "test-",
"dataPath": "data-test",
"tempDataPath": "data-test/_temp"
"tempDataPath": "data-test/_temp",
"storagePolicy": "FOLLOWED_AND_VIEWED"
}