Skip to content

Commit

Permalink
Merge pull request #2 from KILTprotocol/feature/bk_test_merge
Browse files Browse the repository at this point in the history
remove comments from test
  • Loading branch information
bekolb authored Nov 20, 2018
2 parents 83f9378 + 8c6cd79 commit 6145b25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/src/ctype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ mod tests {
fn it_works_for_default_value() {
with_externalities(&mut new_test_ext(), || {
assert_err!(CType::add(Origin::signed(H256::from(1)), H256::from(2), Ed25519Signature::from(H512::from(3))), "bad signature");

// assert_eq!(CType::add(origin, hash: T::Hash, signature: T::Signature), 24);
// assert_ok!(Example::accumulate_foo(Origin::signed(1), 1));
// assert_eq!(Example::foo(), 25);
});
}
}

0 comments on commit 6145b25

Please sign in to comment.