From 037e80c70ce4ae1add6bbeb9743253917d219f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 17 Mar 2022 12:10:24 +0100 Subject: [PATCH] gofmt --- lib/backupds/backupds_test.go | 2 +- node/repo/fsrepo_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/backupds/backupds_test.go b/lib/backupds/backupds_test.go index 592222b30..bbbbdcd2a 100644 --- a/lib/backupds/backupds_test.go +++ b/lib/backupds/backupds_test.go @@ -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() diff --git a/node/repo/fsrepo_test.go b/node/repo/fsrepo_test.go index af44047b5..9342258c3 100644 --- a/node/repo/fsrepo_test.go +++ b/node/repo/fsrepo_test.go @@ -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