Skip to content

Commit

Permalink
move comment up
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejnems committed Feb 17, 2023
1 parent ee06f06 commit fd1f44c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e-tests/src/test/fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ use aleph_client::{
use log::info;
use primitives::Balance;

// This test is disabled, as substrate update we no longer have access to fill_block runtime call
// TODO: bring the `fee_calculation` test back

// use aleph_client::{RootConnection, pallets::system::SystemSudoApi};
// use sp_runtime::{FixedPointNumber, FixedU128};

// use crate::{config::setup_test, transfer::setup_for_transfer};

// This test is disabled, as for now we no longer have access to fill_block runtime call
// #[tokio::test]
// pub async fn fee_calculation() -> anyhow::Result<()> {
// let config = setup_test();
Expand Down

0 comments on commit fd1f44c

Please sign in to comment.