Adding tests for Concatenation. #664
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
failed
Oct 12, 2023 in 0s
2 fail, 6 skipped, 190 pass in 8m 8s
Annotations
Check warning on line 0 in should be able to execute transferTokens
github-actions / Test Results
1 out of 2 runs failed: TokenTransferContract Test Suite should be able to execute transferTokens (should be able to execute transferTokens)
test-results.82b0c53064854941d47ff7723e2dff17.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
1 out of 2 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.82b0c53064854941d47ff7723e2dff17.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