From 646fe67abd7f7bb969a6deb4961dad8a8a310815 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 11 Oct 2022 12:05:41 +0000 Subject: [PATCH] fix: call super clearApi in eth helpers --- --- a/tests/src/eth/util/playgrounds/unique.dev.ts +++ b/tests/src/eth/util/playgrounds/unique.dev.ts @@ -361,6 +361,7 @@ } clearApi() { + super.clearApi(); this.web3 = null; } -- gitstuff