macro_rules! hypothetically { ( $e:expr ) => { ... }; }
Expand description
Other helper macros from frame_support
that help with asserting in tests.
Do something hypothetically by rolling back any changes afterwards.
Returns the original result of the closure.