Skip to content

Commit 6fec47e

Browse files
committed
adding new tests for set attributes and validations
1 parent df1f3ac commit 6fec47e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/fruniques/src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ fn spawn_extrinsic_works() {
7777
assert_ok!(Fruniques::spawn(Origin::signed(1), 0, Some((0, false, 10)), None));
7878
// The parent must exist
7979
assert_noop!(Fruniques::spawn(Origin::signed(1), 0, Some((100, false, 10)), None), Error::<Test>::ParentNotFound);
80+
8081
})
8182
}
8283

0 commit comments

Comments
 (0)