mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-11 13:43:08 +00:00
fix(core): clean up runtime extensions before deployer teardown
This commit is contained in:
parent
d79712dd16
commit
e4dbb8bb85
@ -226,7 +226,7 @@ impl<E: Application> RuntimeAssembly<E> {
|
||||
mut self,
|
||||
cleanup_guard: Option<Box<dyn CleanupGuard>>,
|
||||
) -> super::Runner<E> {
|
||||
let cleanup_guard = chain_cleanup_guards(self.cleanup_guard.take(), cleanup_guard);
|
||||
let cleanup_guard = chain_cleanup_guards(cleanup_guard, self.cleanup_guard.take());
|
||||
super::Runner::new(self.build_context(), cleanup_guard)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user