Fixed a few authoring issues (#315)

This commit is contained in:
Arkadiy Paronyan
2018-07-14 22:27:25 +02:00
committed by Gav Wood
parent b8216372c7
commit 5b3050293a
18 changed files with 15 additions and 12 deletions
@@ -20,6 +20,7 @@ use client::BlockOrigin;
use test_client::{self, TestClient};
use test_client::runtime::Header;
#[ignore]
#[test]
fn should_return_header() {
let core = ::tokio::runtime::Runtime::new().unwrap();
@@ -46,6 +47,7 @@ fn should_return_header() {
);
}
#[ignore]
#[test]
fn should_notify_about_latest_block() {
let mut core = ::tokio::runtime::Runtime::new().unwrap();