Skip to content

Commit 6145b25

Browse files
authored
Merge pull request #2 from KILTprotocol/feature/bk_test_merge
remove comments from test
2 parents 83f9378 + 8c6cd79 commit 6145b25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

runtime/src/ctype.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ mod tests {
115115
fn it_works_for_default_value() {
116116
with_externalities(&mut new_test_ext(), || {
117117
assert_err!(CType::add(Origin::signed(H256::from(1)), H256::from(2), Ed25519Signature::from(H512::from(3))), "bad signature");
118-
119-
// assert_eq!(CType::add(origin, hash: T::Hash, signature: T::Signature), 24);
120-
// assert_ok!(Example::accumulate_foo(Origin::signed(1), 1));
121-
// assert_eq!(Example::foo(), 25);
122118
});
123119
}
124120
}

0 commit comments

Comments
 (0)