Skip to content

Commit

Permalink
feat: EthApiTest: Confirm EthAddressToFilecoinAddress works without E…
Browse files Browse the repository at this point in the history
…thRPC (#10302)
  • Loading branch information
arajasek authored Feb 17, 2023
1 parent 00b6d06 commit d589443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion itests/eth_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import (
)

func TestEthAddressToFilecoinAddress(t *testing.T) {
client, _, _ := kit.EnsembleMinimal(t, kit.MockProofs(), kit.ThroughRPC())
// Disable EthRPC to confirm that this method does NOT need the EthEnableRPC config set to true
client, _, _ := kit.EnsembleMinimal(t, kit.MockProofs(), kit.ThroughRPC(), kit.DisableEthRPC())

ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
defer cancel()
Expand Down

0 comments on commit d589443

Please sign in to comment.