mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Co-authored-by: parity-processbot <> Co-authored-by: kianenigma <kian@parity.io>
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
use polkadot_test_service::*;
|
||||
use service::TaskExecutor;
|
||||
use sp_keyring::Sr25519Keyring::{Alice, Bob};
|
||||
|
||||
#[substrate_test_utils::test]
|
||||
async fn call_function_actually_work(task_executor: TaskExecutor) {
|
||||
let alice = run_validator_node(task_executor, Alice, || {}, Vec::new(), None);
|
||||
async fn call_function_actually_work() {
|
||||
let alice =
|
||||
run_validator_node(tokio::runtime::Handle::current(), Alice, || {}, Vec::new(), None);
|
||||
|
||||
let function = polkadot_test_runtime::Call::Balances(pallet_balances::Call::transfer(
|
||||
Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user