Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Mar 1, 2024
1 parent ec88015 commit 39ea293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/walletextension/cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ func testCacheTTL(cache Cache, t *testing.T) {
func testCachingAuthenticatedMethods(cache Cache, t *testing.T) {
// eth_getTransactionByHash
authMethods := []string{
"eth_getTransactionByHash",
//"eth_getTransactionByHash",
"eth_getCode",
"eth_getTransactionReceipt",
//"eth_getTransactionReceipt",
"eth_call",
"eth_estimateGas",
}
Expand Down

0 comments on commit 39ea293

Please sign in to comment.