Skip to content

Commit

Permalink
test(SPV-913): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Jul 5, 2024
1 parent 77f9978 commit 4016296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func TestGetTransaction_ReturnsError(t *testing.T) {
{
name: "Transaction doesn't exist",
transactionID: "imnothere",
expectdErr: errors.New("Not found"),
expectdErr: errors.New("spv wallet error: Not found"),
},
}

Expand Down

0 comments on commit 4016296

Please sign in to comment.