Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Aug 28, 2024
1 parent 755252c commit a397d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ func TestClient_SignSequenceBanana(t *testing.T) {
}

func TestClient_Factory_New(t *testing.T) {
t.Parallel()

url := "http://example.com"
f := NewFactory()

Expand Down
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func Test_NewKeyFromKeystore(t *testing.T) {
}

key, err := NewKeyFromKeystore(cfg)
require.Error(t, err)
require.ErrorContains(t, err, "no such file or directory")
require.Nil(t, key)
})

Expand Down

0 comments on commit a397d26

Please sign in to comment.