Skip to content

Commit

Permalink
minor fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Jan 13, 2025
1 parent 4e4c5fc commit f8b88fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loaders/embededKeyLoader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ func TestEmbeddedKeyLoader_Load(t *testing.T) {
loader := NewEmbeddedKeyLoader()

_, err := loader.Load("non-existent-circuit")
assert.Error(t, err)
assert.Contains(t, err.Error(), "failed to load default key")
assert.ErrorContains(t, err, "failed to load default key")
})
}

Expand Down

0 comments on commit f8b88fa

Please sign in to comment.