This commit is contained in:
Łukasz Magiera 2022-03-17 12:10:24 +01:00 committed by GitHub
parent 1c055fe83b
commit 037e80c70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ func TestNoLogRestore(t *testing.T) {
}
func TestLogRestore(t *testing.T) {
//stm: @OTHER_DATASTORE_RESTORE_001
//stm: @OTHER_DATASTORE_RESTORE_001
logdir := t.TempDir()
ds1 := datastore.NewMapDatastore()

View File

@ -21,7 +21,7 @@ func genFsRepo(t *testing.T) *FsRepo {
}
func TestFsBasic(t *testing.T) {
//stm: @NODE_FS_REPO_LOCK_001,@NODE_FS_REPO_LOCK_002,@NODE_FS_REPO_UNLOCK_001
//stm: @NODE_FS_REPO_LOCK_001,@NODE_FS_REPO_LOCK_002,@NODE_FS_REPO_UNLOCK_001
//stm: @NODE_FS_REPO_SET_API_ENDPOINT_001, @NODE_FS_REPO_GET_API_ENDPOINT_001
//stm: @NODE_FS_REPO_GET_CONFIG_001, @NODE_FS_REPO_SET_CONFIG_001
//stm: @NODE_FS_REPO_LIST_KEYS_001, @NODE_FS_REPO_PUT_KEY_001