Skip to content

Commit

Permalink
update for test all, temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sekisamu committed Jul 22, 2019
1 parent 0085336 commit 4d5304d
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 220 deletions.
4 changes: 2 additions & 2 deletions node/cli/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ mod tests {
use consensus::CompatibleDigestItem;
use consensus_common::{Environment, Proposer, ImportBlock, BlockOrigin, ForkChoiceStrategy};
use node_primitives::DigestItem;
use node_runtime::{BalancesCall, Call, RING, UncheckedExtrinsic};
use node_runtime::{BalancesCall, Call, COIN, UncheckedExtrinsic};
use parity_codec::{Compact, Encode, Decode};
use primitives::{
crypto::Pair as CryptoPair, ed25519::Pair, blake2_256,
Expand Down Expand Up @@ -350,7 +350,7 @@ mod tests {

let mut index = 0;
let extrinsic_factory = |service: &SyncService<<Factory as ServiceFactory>::FullService>| {
let amount = 5 * RING;
let amount = 5 * COIN;
let to = AddressPublic::from_raw(bob.public().0);
let from = AddressPublic::from_raw(charlie.public().0);
let genesis_hash = service.get().client().block_hash(0).unwrap().unwrap();
Expand Down
Loading

0 comments on commit 4d5304d

Please sign in to comment.