You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/DemocracyEarth/ubi.git
$ cd ubi
Install Dependencies
$ npm install
Run Tests
$ npx hardhat test
Issue
Seems that there is a failing test at /test/sUBI.ts file:
91 passing (1m)
1 failing
1) sUBI.sol
UBI Stream cancellation
happy path - when reportRemoval is executed, all existing and future streams should cancel and canceller balance should increase :
There should be no active streams after reportRemoval
+ expected - actual
-3
+0
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Following the
readme.md
instrctions:Clone Repository
$ git clone https://github.com/DemocracyEarth/ubi.git $ cd ubi
Install Dependencies
Run Tests
$ npx hardhat test
Issue
Seems that there is a failing test at
/test/sUBI.ts
file:91 passing (1m) 1 failing 1) sUBI.sol UBI Stream cancellation happy path - when reportRemoval is executed, all existing and future streams should cancel and canceller balance should increase : There should be no active streams after reportRemoval + expected - actual -3 +0
The text was updated successfully, but these errors were encountered: