summaryrefslogtreecommitdiff
path: root/test/e2e-go/cli/goal/account_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/cli/goal/account_test.go')
-rw-r--r--test/e2e-go/cli/goal/account_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/e2e-go/cli/goal/account_test.go b/test/e2e-go/cli/goal/account_test.go
index 492b4c29d..d35e30705 100644
--- a/test/e2e-go/cli/goal/account_test.go
+++ b/test/e2e-go/cli/goal/account_test.go
@@ -28,6 +28,7 @@ const statusOffline = "[offline]"
const statusOnline = "[online]"
func TestAccountNew(t *testing.T) {
+ defer fixtures.ShutdownSynchronizedTest(t)
defer fixture.SetTestContext(t)()
a := require.New(fixtures.SynchronizedTest(t))
@@ -53,6 +54,7 @@ func TestAccountNew(t *testing.T) {
}
func TestAccountNewDuplicateFails(t *testing.T) {
+ defer fixtures.ShutdownSynchronizedTest(t)
defer fixture.SetTestContext(t)()
a := require.New(fixtures.SynchronizedTest(t))
@@ -68,6 +70,7 @@ func TestAccountNewDuplicateFails(t *testing.T) {
}
func TestAccountRename(t *testing.T) {
+ defer fixtures.ShutdownSynchronizedTest(t)
defer fixture.SetTestContext(t)()
a := require.New(fixtures.SynchronizedTest(t))
@@ -98,6 +101,7 @@ func TestAccountRename(t *testing.T) {
// Importing an account multiple times should not be considered an error by goal
func TestAccountMultipleImportRootKey(t *testing.T) {
+ defer fixtures.ShutdownSynchronizedTest(t)
defer fixture.SetTestContext(t)()
a := require.New(fixtures.SynchronizedTest(t))