Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 committed Sep 2, 2024
1 parent 70ed24c commit 7d65e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/actions/importKeys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ func TestImportKeys_DistributedMode(t *testing.T) {

from, err := setupCharonKeystoreDir(t)
if err != nil {
t.Logf("Error setting up keystore dir: %v", err)
t.Fatal(err)
}

Expand All @@ -307,6 +308,7 @@ func TestImportKeys_DistributedMode(t *testing.T) {
Distributed: true,
From: from,
})
t.Logf("Error: %v", err)
assert.NoError(t, err)
}

Expand Down

0 comments on commit 7d65e98

Please sign in to comment.