Skip to content
Triggered via push December 5, 2023 01:30
Status Failure
Total duration 15s
Artifacts

bun-test.yml

on: push
build-and-test
6s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
error: expect(received).toContain(expected): src/queries.spec.ts#L111
Expected to contain: "SELECTTotalSupply.addressasaddress,TotalSupply.supplyassupply,TotalSupply.idasid,block_number,TotalSupply.module_hashasmodule_hash,TotalSupply.chainaschain,Contracts.nameasname,Contracts.symbolassymbol,Contracts.decimalsasdecimals,timestamp" Received: "SELECTTotalSupply.addressasaddress,TotalSupply.supplyassupply,TotalSupply.block_number,TotalSupply.chainaschain,Contracts.nameasname,Contracts.symbolassymbol,Contracts.decimalsasdecimals,TotalSupply.timestampFROMTotalSupplyLEFTJOINContractsONContracts.address=TotalSupply.addressWHERE(TotalSupply.chain=='eth'ANDTotalSupply.address=='dac17f958d2ee523a2206206994597c13d831ec7')ORDERBYblock_numberDESCLIMIT1" at /home/runner/work/substreams-erc20-api/substreams-erc20-api/src/queries.spec.ts:111:5
error: expect(received).toContain(expected): src/queries.spec.ts#L254
Expected to contain: "SELECTaddressascontract,from,to,valueasamount,transactionastransaction_id,block_number,timestamp,chain" Received: "SELECTaddress,from,to,valueasamount,transactionastransaction_id,block_number,timestamp,chainFROMmv_transfers_contractWHERE(chain=='eth'ANDaddress=='dac17f958d2ee523a2206206994597c13d831ec7')ORDERBYtimestampDESCLIMIT100" at /home/runner/work/substreams-erc20-api/substreams-erc20-api/src/queries.spec.ts:254:5
build-and-test
Process completed with exit code 1.