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
但 Opyn 合約 unit test 在 npm run ganache:polygon-mainnet-fork 後,只成功 581 passing, 有一個test沒過, 其它 optimism 及 arbitrum 也一樣的結果
`
581 passing (14m)
1 failing
Contract: Controller
Interact with Otoken implementation v1.0.0
should settle v1 Otoken implementation:
AssertionError: expected '150000000' to equal '0'
expected - actual
-150000000
+0
at /Users/dreamwalter/Desktop/Tina/GammaProtocol/test/unit-tests/controller.test.ts:5636:32
at step (test/unit-tests/controller.test.ts:33:23)
at Object.next (test/unit-tests/controller.test.ts:14:53)
at fulfilled (test/unit-tests/controller.test.ts:5:58)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
`
是否可以協助,謝謝
The text was updated successfully, but these errors were encountered:
Opyn 合約 unit test 在 npm run ganache 後,另開 terminal 執行 npm test:unit 會成功, 執行 582 passing
但 Opyn 合約 unit test 在 npm run ganache:polygon-mainnet-fork 後,只成功 581 passing, 有一個test沒過, 其它 optimism 及 arbitrum 也一樣的結果
`
581 passing (14m)
1 failing
Contract: Controller
Interact with Otoken implementation v1.0.0
should settle v1 Otoken implementation:
AssertionError: expected '150000000' to equal '0'
-150000000
+0
at /Users/dreamwalter/Desktop/Tina/GammaProtocol/test/unit-tests/controller.test.ts:5636:32
at step (test/unit-tests/controller.test.ts:33:23)
at Object.next (test/unit-tests/controller.test.ts:14:53)
at fulfilled (test/unit-tests/controller.test.ts:5:58)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
`
是否可以協助,謝謝
The text was updated successfully, but these errors were encountered: