nodeset-org / constellation

GNU General Public License v3.0
5 stars 0 forks source link

[Test] Test Get Distributable Yield #270

Closed teddy-nodeset closed 2 months ago

teddy-nodeset commented 2 months ago

adds tests for Distributable Yield in WETH Vault

In an attempt to fix race condition in CI remove

            try {
                await loadFixture(protocolFixture);
            } catch { }

and replaces with a fixture that gets recursively called until it runs correctly as well as a while loop that locks the thread until certain conditions are met