I am writing an auction type application with Substrate runtime. In writing test case, how can I fast forward the blockchain time (what's retrieved from <timestamp::Module<T>>::get()
) so I can reach the auction closing time and test the closing logic?
Thanks.