Skip to content

fixed offers tests #439

fixed offers tests

fixed offers tests #439

Triggered via push June 25, 2024 09:58
Status Failure
Total duration 4m 22s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 3 warnings
lint: test_utils.go#L23
var `exampleNFTType` is unused (unused)
lint: test_utils.go#L209
func `(*OverflowTestUtils).auctionBid` is unused (unused)
lint: test_utils.go#L306
func `(*OverflowTestUtils).listExampleNFTForSale` is unused (unused)
lint: test_utils.go#L944
func `(*OverflowTestUtils).getNamesForSale` is unused (unused)
lint: test_utils.go#L972
func `swallowErr` is unused (unused)
lint: test_utils.go#L975
func `(*OverflowTestUtils).registerFTInFtRegistry` is unused (unused)
lint: test_utils.go#L1002
func `(*OverflowTestUtils).getDandies` is unused (unused)
lint: test_utils.go#L1014
func `(*OverflowTestUtils).registerDandyInNFTRegistry` is unused (unused)
lint: test_utils.go#L1057
func `(*OverflowTestUtils).registerExampleNFTInNFTRegistry` is unused (unused)
lint: test_utils.go#L1075
func `(*OverflowTestUtils).registerFtInRegistry` is unused (unused)
test: test_utils.go#L513
=== RUN TestMarketAuctionEscrow test_utils.go:513: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/test_utils.go:513 /home/runner/work/find/find/market_auction_escrow_test.go:46 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 6c7bd0ce761a4840fd0e3aa6e4e4bfb64ff759301773f258b52d2ea70e013802:92:8 | 92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Could not borrow sale item for id=18691697672193 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53 | 826 | let saleItemCollection= from.borrow() ?? panic("Could not borrow sale item for id=".concat(uuid.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/bidMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.(*OverflowTestUtils).auctionBidMarketEscrow /home/runner/work/find/find/test_utils.go:507 github.com/findonflow/find.TestMarketAuctionEscrow.func1 /home/runner/work/find/find/market_auction_escrow_test.go:46 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow test_utils.go:514: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:223 /home/runner/work/find/find/test_utils.go:514 /home/runner/work/find/find/market_auction_escrow_test.go:46 Error: event not found FindMarketAuctionEscrow.EnglishAuction, overflow.OverflowEvent{ Fields: map[string]interface {}{ "amount": 15.0, "buyer": "0xfd43f9148d4b725d", "id": 18691697672193, "status": "active_ongoing", }, Addresses: map[string][]string(nil), Id: "", TransactionId: "", Name: "", RawEvent: cadence.Event{ EventType: nil, }, EventIndex: 0, } Test: TestMarketAuctionEscrow event.go:336: === Events === test_utils.go:491: Error Trace: /home/runner/work/find/find/t
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L75
=== RUN TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid market_auction_escrow_test.go:75: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:216 /home/runner/work/find/find/market_auction_escrow_test.go:75 Error: transaction cancelMarketAuctionEscrowed missing event EnglishAuction with fields map[string]interface {}{ "amount": 15.0, "buyer": "0xfd43f9148d4b725d", "id": 18691697672193, "seller": "0x192440c99cb17282", "status": "cancel_ghostlisting", } Test: TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid event.go:336: === Events === market_auction_escrow_test.go:75: market_auction_escrow_test.go:75: id -> 18691697672193 market_auction_escrow_test.go:75: amount -> 10 market_auction_escrow_test.go:75: status -> cancel_ghostlisting market_auction_escrow_test.go:75: seller -> 0x192440c99cb17282 --- FAIL: TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid (0.66s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L126
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing market_auction_escrow_test.go:126: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:126 Error: "transaction=./transactions/bidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> 6a5359ea6edd0eee146bc1ab135209244a294c8a04a389cdcf7627783951aa8c:92:8\n |\n92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {})\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: Could not borrow sale item for id=18691697672193\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53\n |\n826 | let saleItemCollection= from.borrow() ?? panic(\"Could not borrow sale item for id=\".concat(uuid.toString()))\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "This auction listing is already expired" Test: TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing (0.56s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L157
=== RUN TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price market_auction_escrow_test.go:157: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:157 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> fb97944a289212c4d6f9bf3ec6994775af51c8622e4cac9a07cd814ef0cca4f9:26:8 | 26 | self.saleItem!.borrow()!.fulfillAuction(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: This auction is not live --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:579:12 | 579 | panic("This auction is not live") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func10 /home/runner/work/find/find/market_auction_escrow_test.go:152 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price market_auction_escrow_test.go:158: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:223 /home/runner/work/find/find/market_auction_escrow_test.go:158 Error: event not found A.f3fcd2c1a78f5eee.FindMarketAuctionEscrow.EnglishAuction, overflow.OverflowEvent{ Fields: map[string]interface {}{ "amount": 11.0, "buyer": "0xfd43f9148d4b725d", "id": 18691697672193, "seller": "0x192440c99cb17282", "status": "cancel_reserved_not_met", }, Addresses: map[string][]string(nil), Id: "", TransactionId: "", Name: "", RawEvent: cadence.Event{ EventType: nil, }, EventIndex: 0, } Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price event.go:336: === Events === --- FAIL: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price (0.77s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L199
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended market_auction_escrow_test.go:199: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:165 /home/runner/work/find/find/market_auction_escrow_test.go:199 Error: An error is expected but got nil. Test: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended market_auction_escrow_test.go:206: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:206 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> b9cb9df0aa80a6d440e6eb394b5404081bdc3f1d0022940ac725b7e6a47db8d3:26:8 | 26 | self.saleItem!.borrow()!.fulfillAuction(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Invalid id=18691697672193 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:521:16 | 521 | panic("Invalid id=".concat(id.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func12 /home/runner/work/find/find/market_auction_escrow_test.go:201 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended (0.92s)
test: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/market_auction_escrow_test.go#L229
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction market_auction_escrow_test.go:229: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:229 Error: "transaction=./transactions/fulfillMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> 45d5db8752e787937ce5074b61a2c90748efd9f88c078c25c1b38c94e34b41bb:26:8\n |\n26 | self.saleItem!.borrow()!.fulfillAuction(id)\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: This auction is not live\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:579:12\n |\n579 | panic(\"This auction is not live\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Auction has not ended yet" Test: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction (0.81s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L247
=== RUN TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled market_auction_escrow_test.go:247: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:216 /home/runner/work/find/find/market_auction_escrow_test.go:247 Error: transaction cancelMarketAuctionEscrowed missing event A.f3fcd2c1a78f5eee.FindMarketAuctionEscrow.EnglishAuction with fields map[string]interface {}{ "amount": 11.0, "buyer": "0xfd43f9148d4b725d", "id": 18691697672193, "seller": "0x192440c99cb17282", "status": "cancel_listing", } Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled event.go:336: === Events === market_auction_escrow_test.go:247: market_auction_escrow_test.go:247: id -> 18691697672193 market_auction_escrow_test.go:247: amount -> 10 market_auction_escrow_test.go:247: seller -> 0x192440c99cb17282 market_auction_escrow_test.go:247: status -> cancel_listing --- FAIL: TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled (0.82s)
test: TestMarketAuctionEscrow/state.go#L559
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement state.go:559: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:156 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:584 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:551 /home/runner/work/find/find/market_auction_escrow_test.go:273 Error: "transaction=./transactions/increaseBidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\nerror: panic: This account does not have a bid collection\n --> c1ed9544e2f023bff798d7c80054fe1c4d5240a8bfb02305a82f8f574e256f69:18:155\n |\n18 | self.bidsReference= account.storage.borrow<auth(FindMarketAuctionEscrow.Buyer) &FindMarketAuctionEscrow.MarketBidCollection>(from: storagePath) ?? panic(\"This account does not have a bid collection\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "must be larger then previous bid+bidIncrement" Test: TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement (0.62s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L301
=== RUN TestMarketAuctionEscrow/Should_be_able_to_bid,_add_bid_,_fulfill_auction_and_delist_after_deprecated market_auction_escrow_test.go:301: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:301 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 470666cec404cadff7399927fc2c0c830210c4d0088670a47ce3a51a8a1b0a77:92:8 | 92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Could not borrow sale item for id=18691697672193 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53 | 826 | let saleItemCollection= from.borrow() ?? panic("Could not borrow sale item for id=".concat(uuid.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/bidMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func18 /home/runner/work/find/find/market_auction_escrow_test.go:295 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_be_able_to_bid,_add_bid_,_fulfill_auction_and_delist_after_deprecated market_auction_escrow_test.go:311: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:311 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: error: pre-condition failed: Cannot borrow reference to bid collection. --> 3e91bb64d8503c0db8f03135dde33c2bced06cc4715884726f6c7abcdcc636db:18:2 | 18 | self.bidsReference != nil : "Cannot borrow reference to bid collection." | ^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowedFromBidder.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_bu
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L353
=== RUN TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped market_auction_escrow_test.go:353: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:353 Error: "transaction=./transactions/bidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> 101912c66c9a28a1181c01c02f09340ac7d07221fbd9c6122e0bd370f220d5e0:92:8\n |\n92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {})\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: Could not borrow sale item for id=18691697672193\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53\n |\n826 | let saleItemCollection= from.borrow() ?? panic(\"Could not borrow sale item for id=\".concat(uuid.toString()))\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Tenant has stopped this item" Test: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped state.go:559: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:156 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:584 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:551 /home/runner/work/find/find/market_auction_escrow_test.go:359 Error: "transaction=./transactions/increaseBidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\nerror: panic: This account does not have a bid collection\n --> 4f6818ef6849dba2f07d74199271ce1dca371b8a8a64f4b574ae0ea1141a2ad8:18:155\n |\n18 | self.bidsReference= account.storage.borrow<auth(FindMarketAuctionEscrow.Buyer) &FindMarketAuctionEscrow.MarketBidCollection>(from: storagePath) ?? panic(\"This account does not have a bid collection\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Tenant has stopped this item" Test: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped --- FAIL: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped (1.15s)
test
Process completed with exit code 1.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: guyarb/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: guyarb/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/