We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8961cae commit e134606Copy full SHA for e134606
tests/tests_bazaar.py
@@ -264,7 +264,7 @@ def test_auction_details_from_content_finished_skip_details(self):
264
self.assertEqual(BidType.MINIMUM, auction.bid_type)
265
self.assertEqual(AuctionStatus.FINISHED, auction.status)
266
267
- def test_auction_details_from_content_finished(self):
+ def test_auction_details_from_content_with_upgraded_items(self):
268
auction = Auction.from_content(self.load_resource(FILE_AUCTION_UPGRADED_ITEMS))
269
270
self.assertIsNotNone(auction)
0 commit comments