Fix test description. (#3935)

This commit is contained in:
kaichao
2019-10-28 01:44:20 +08:00
committed by Bastian Köcher
parent 580e32101e
commit bb5f406b3b
+1 -1
View File
@@ -328,7 +328,7 @@ mod tests {
}
#[test]
fn transferring_amount_less_than_available_balance_should_not_work() {
fn transferring_amount_more_than_available_balance_should_not_work() {
new_test_ext().execute_with(|| {
assert_ok!(Assets::issue(Origin::signed(1), 100));
assert_eq!(Assets::balance(0, 1), 100);