Skip to content

Commit 6768bd9

Browse files
committed
Fix clippy
Signed-off-by: linning <[email protected]>
1 parent 54f6d01 commit 6768bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substrate/frame/system/src/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,7 @@ fn reclaim_works() {
958958
});
959959
}
960960

961+
#[test]
961962
fn test_event_segment() {
962963
new_test_ext().execute_with(|| {
963964
// Set the `EventSegmentSize` to 0, the event will store in `Events` instead of `EventSegments`

0 commit comments

Comments
 (0)