Added tests around the voting ballot contract. #63
GitHub Actions / Test Results
failed
Oct 23, 2023 in 0s
2 fail, 6 skipped, 190 pass in 9m 2s
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.ddc66beedb130afd4c25ac6a3c7d7f58.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 cryptoTransfer for hbar transfer only
github-actions / Test Results
2 out of 3 runs failed: TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only (should be able to execute cryptoTransfer for hbar transfer only)
test-results.677f838e42076b57a4109713f2789141.xml
test-results.7239d46ab4e4dcb3d6768aa9835032fd.xml
Raw output
expected false to equal true
AssertionError: expected false to equal true
at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:279:47)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-false
+true
Loading