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
93 passing (52s)
1 failing
1) Proofs
when proof requirement is upcoming
means that a proof is required after downtime:
AssertionError: expected false to be true
+ expected - actual
-false
+true
at Context.<anonymous> (test/Proofs.test.js:[150](https://github.com/codex-storage/codex-contracts-eth/actions/runs/10369570159/job/28705585253?pr=152#step:5:151):57)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at runNextTicks (node:internal/process/task_queues:64:3)
at listOnTimeout (node:internal/timers:538:9)
at processTimers (node:internal/timers:512:7)
Unfortunately we cannot see what values have been used in the test, so it's unclear what parameters caused the failure.
In any case, something worth investigating.
The text was updated successfully, but these errors were encountered:
Without changes to the contract, one of the tests have failed on CI:
https://github.com/codex-storage/codex-contracts-eth/actions/runs/10369570159/job/28705585253?pr=152
The output:
Unfortunately we cannot see what values have been used in the test, so it's unclear what parameters caused the failure.
In any case, something worth investigating.
The text was updated successfully, but these errors were encountered: