Skip to content

Commit

Permalink
test(walletshield): update solana tests to have static output (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
xendarboh authored Jul 17, 2024
1 parent a47c1c3 commit fd74b73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/walletshield/solana/devnet/in.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"jsonrpc": "2.0",
"method": "getBlockCommitment",
"params": [5],
"method": "getGenesisHash",
"id": 1
}
2 changes: 1 addition & 1 deletion tests/e2e/walletshield/solana/devnet/out.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"jsonrpc":"2.0","result":{"commitment":null,"totalStake":158298088134085229},"id":1}
{"jsonrpc":"2.0","result":"EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG","id":1}
3 changes: 1 addition & 2 deletions tests/e2e/walletshield/solana/in.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"jsonrpc": "2.0",
"method": "getBlockCommitment",
"params": [5],
"method": "getGenesisHash",
"id": 1
}
2 changes: 1 addition & 1 deletion tests/e2e/walletshield/solana/out.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"jsonrpc":"2.0","result":{"commitment":null,"totalStake":381714106477319782},"id":1}
{"jsonrpc":"2.0","result":"5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d","id":1}

0 comments on commit fd74b73

Please sign in to comment.