Skip to content

Conversation

@DaniPopes
Copy link
Member

I don't think there's a way to make this pass either, so I'm removing it.

Comment on lines 46 to 49
function testFuzz_Rpc(string memory rpcAlias) internal {
string memory rpcUrl = getChain(rpcAlias).rpcUrl;
vm.createSelectFork(rpcUrl);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah this got accidentally renamed in #433. It should be kept and renamed back to testRpc, where it's used in the commented out testRpcs test below. That test is commented out since testing public RPCs is slow and flaky

@mds1 mds1 merged commit 28217c3 into foundry-rs:master Mar 11, 2024
@DaniPopes DaniPopes deleted the unused-test branch March 11, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants