Skip to content

Commit e134606

Browse files
committed
Rename test case to not override another case
1 parent 8961cae commit e134606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_bazaar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def test_auction_details_from_content_finished_skip_details(self):
264264
self.assertEqual(BidType.MINIMUM, auction.bid_type)
265265
self.assertEqual(AuctionStatus.FINISHED, auction.status)
266266

267-
def test_auction_details_from_content_finished(self):
267+
def test_auction_details_from_content_with_upgraded_items(self):
268268
auction = Auction.from_content(self.load_resource(FILE_AUCTION_UPGRADED_ITEMS))
269269

270270
self.assertIsNotNone(auction)

0 commit comments

Comments
 (0)