Skip to content

Commit

Permalink
add sbf_programs field initialization in rpc_client test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Jan 8, 2025
1 parent 06670ca commit 51b4e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk-libs/client/tests/rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async fn test_all_endpoints() {
circuits: vec![ProofType::Combined],
}),
wait_time: 20,
sbf_programs: vec![],
};

spawn_validator(config).await;
Expand Down

0 comments on commit 51b4e6c

Please sign in to comment.