Skip to content

Commit defe21d

Browse files
committed
refactor(signer): remove TODO since thoses tests and aggregator_client will be move latter in a dedicated crate
1 parent 7bd5017 commit defe21d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mithril-signer/tests/test_extensions/certificate_handler.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ mod tests {
231231

232232
#[tokio::test]
233233
async fn retrieve_epoch_settings() {
234-
//TODO split in two tests, to test only signers from retrieve_epoch_settings and CardanoTransactionsSigningConfig in a mithril_network_configuration_provider test ?
235234
let (chain_observer, fake_aggregator) = init().await;
236235
let fake_signers = fake_data::signers(3);
237236
let epoch = chain_observer.get_current_epoch().await.unwrap().unwrap();
@@ -299,7 +298,6 @@ mod tests {
299298

300299
#[tokio::test]
301300
async fn retrieve_aggregator_features() {
302-
//TODO aggregator features are now retrieved with mithril_network_configuration_provider, adapt or remove test and implementation ?
303301
let (_chain_observer, fake_aggregator) = init().await;
304302

305303
{

0 commit comments

Comments
 (0)