tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

[#329] Fix lambdadao test timing #336

Closed sras closed 2 years ago

sras commented 2 years ago

Description

Add a wait period to origination procedure of LambdaDAO tests to ensure that we are past start-level before returning from the function. Also fixes a small error in the bound checking of quorum threshold.

Related issue(s)

Resolves: CI test failures and fixes a small bug in quorum threshold bounds check

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)