Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Oct 9, 2024
1 parent 1da6286 commit 32ffc5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ mod tests {
stf_mock::{GetterMock, TrustedCallSignedMock},
};
use itp_top_pool_author::mocks::AuthorApiMock;
use itp_types::{Block as ParentchainBlock, RsaRequest};
use itp_types::{
parentchain::Header as ParentchainHeader, Block as ParentchainBlock, RsaRequest,
};

use itp_test::mock::stf_mock::mock_top_indirect_trusted_call_signed;
use std::boxed::Box;
Expand All @@ -287,6 +289,7 @@ mod tests {
TestStfInterface,
TrustedCallSignedMock,
GetterMock,
ParentchainHeader,
>;

const EVENT_COUNT_KEY: &[u8] = b"event_count";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ mod tests {
stf_mock::{GetterMock, TrustedCallSignedMock},
};
use itp_top_pool_author::mocks::AuthorApiMock;
use itp_types::{Block as ParentchainBlock, RsaRequest};
use itp_types::{
parentchain::Header as ParentchainHeader, Block as ParentchainBlock, RsaRequest,
};

use itp_test::mock::stf_mock::mock_top_indirect_trusted_call_signed;
use std::boxed::Box;
Expand All @@ -287,6 +289,7 @@ mod tests {
TestStfInterface,
TrustedCallSignedMock,
GetterMock,
ParentchainHeader,
>;

const EVENT_COUNT_KEY: &[u8] = b"event_count";
Expand Down

0 comments on commit 32ffc5e

Please sign in to comment.