GitHub Actions / Test Results
failed
Oct 23, 2023 in 0s
2 fail, 6 skipped, 190 pass in 8m 56s
Annotations
Check warning on line 0 in should be able to execute transferTokens
github-actions / Test Results
1 out of 3 runs failed: TokenTransferContract Test Suite should be able to execute transferTokens (should be able to execute transferTokens)
test-results.3186dfafeac677a3f2f2346697ec084c.xml
Raw output
expected 0 to equal 33. The numerical values of the given "ethers.BigNumber" and "string" inputs were compared, and they differed.
AssertionError: expected 0 to equal 33. The numerical values of the given "ethers.BigNumber" and "string" inputs were compared, and they differed.
at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:150:36)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-0
+33
Check warning on line 0 in should be able to execute transferToken
github-actions / Test Results
1 out of 3 runs failed: TokenTransferContract Test Suite should be able to execute transferToken (should be able to execute transferToken)
test-results.399edcfdc0c3690ff95641debd3677d5.xml
Raw output
expected 33 to equal 66. The numerical values of the given "ethers.BigNumber" and "number" inputs were compared, and they differed.
AssertionError: expected 33 to equal 66. The numerical values of the given "ethers.BigNumber" and "number" inputs were compared, and they differed.
at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:198:36)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-33
+66
Loading