Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove test marked as internal #515

Merged
merged 2 commits into from
Mar 11, 2024
Merged

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
3 checks passed
@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