Skip to content

Commit

Permalink
Add field check to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 28, 2024
1 parent d1de196 commit 3692f2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/soroban-rpc/internal/methods/get_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func TestGetTransaction(t *testing.T) {
Status: TransactionStatusSuccess,
ApplicationOrder: 1,
FeeBump: false,
TransactionHash: hash,
EnvelopeXDR: expectedEnvelope,
ResultXDR: expectedTxResult,
ResultMetaXDR: expectedTxMeta,
Expand Down Expand Up @@ -120,6 +121,7 @@ func TestGetTransaction(t *testing.T) {
Status: TransactionStatusFailed,
ApplicationOrder: 1,
FeeBump: false,
TransactionHash: hash,
EnvelopeXDR: expectedEnvelope,
ResultXDR: expectedTxResult,
ResultMetaXDR: expectedTxMeta,
Expand Down Expand Up @@ -155,6 +157,7 @@ func TestGetTransaction(t *testing.T) {
Status: TransactionStatusSuccess,
ApplicationOrder: 1,
FeeBump: false,
TransactionHash: hash,
EnvelopeXDR: expectedEnvelope,
ResultXDR: expectedTxResult,
ResultMetaXDR: expectedTxMeta,
Expand Down

0 comments on commit 3692f2d

Please sign in to comment.