Skip to content

Commit 428e599

Browse files
pgherveouclaude
andcommitted
Fix test_fibonacci_call_via_runtime_api signature
Remove unused client parameter from test function to match the test macro which calls tests without arguments. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b6eaf28 commit 428e599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/frame/revive/rpc/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ async fn test_runtime_pallets_address_upload_code(client: Arc<WsClient>) -> anyh
793793
}
794794

795795
/// Test that deploys and calls the Fibonacci contract via Substrate APIs works
796-
async fn test_fibonacci_call_via_runtime_api(_client: Arc<WsClient>) -> anyhow::Result<()> {
796+
async fn test_fibonacci_call_via_runtime_api() -> anyhow::Result<()> {
797797
use pallet_revive::precompiles::alloy::sol_types::SolCall;
798798
use pallet_revive_fixtures::Fibonacci;
799799

0 commit comments

Comments
 (0)