Skip to content

Commit 7a426e3

Browse files
test: update test for changes in shop inventory
1 parent 1c1d73a commit 7a426e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/year_2015/test_day_21_2015.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def test_get_shop_inventory():
3030
Weapon(name='Warhammer', cost=25, damage=6, armor=0),
3131
Weapon(name='Longsword', cost=40, damage=7, armor=0),
3232
Weapon(name='Greataxe', cost=74, damage=8, armor=0),
33-
Weapon(name='Empty', cost=0, damage=0, armor=0)
3433
]
3534

3635
armor = [

0 commit comments

Comments
 (0)