Skip to content

Commit

Permalink
Update Test_admin_addTrustedPeer to accept IVerifyTrieStarter and IAd…
Browse files Browse the repository at this point in the history
…minEraService
  • Loading branch information
richardgreg committed Feb 6, 2025
1 parent 88af561 commit fe2ed13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ public async Task Test_admin_addTrustedPeer()
_networkConfig,
peerPool,
Substitute.For<IStaticNodesManager>(),
Substitute.For<IBlockingVerifyTrie>(),
Substitute.For<IVerifyTrieStarter>(),
Substitute.For<IStateReader>(),
new Enode(_enodeString),
Substitute.For<IAdminEraService>(),
_exampleDataDir,
new ManualPruningTrigger(),
chainSpec.Parameters,
Expand Down

0 comments on commit fe2ed13

Please sign in to comment.