Skip to content

Commit

Permalink
Add hash to not-found test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 28, 2024
1 parent 3692f2d commit 69ef253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/soroban-rpc/internal/methods/get_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ func TestGetTransaction(t *testing.T) {
require.NoError(t, err)
require.Equal(t, GetTransactionResponse{
TransactionDetails: TransactionDetails{
Status: TransactionStatusNotFound,
Status: TransactionStatusNotFound,
TransactionHash: hash,
},
}, tx)

Expand Down

0 comments on commit 69ef253

Please sign in to comment.