Skip to content

Commit

Permalink
fix: update test now that the bow is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed May 31, 2024
1 parent 8418a40 commit 2ae920f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dino/player/weapons_api_test.gd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func test_weapons_data():
var w_ids = ws.map(func(e): return e.get_entity_id())
assert_array(w_ids).contains([
DinoWeaponEntityIds.BOOMERANG,
DinoWeaponEntityIds.BOW,
# DinoWeaponEntityIds.BOW,
DinoWeaponEntityIds.GUN,
DinoWeaponEntityIds.SWORD
])
Expand All @@ -29,7 +29,7 @@ func test_weapons_data():
w_ids = ws.map(func(e): return e.get_entity_id())
assert_array(w_ids).contains([
DinoWeaponEntityIds.BOOMERANG,
DinoWeaponEntityIds.BOW,
# DinoWeaponEntityIds.BOW,
DinoWeaponEntityIds.GUN,
DinoWeaponEntityIds.SWORD
])
Expand Down

0 comments on commit 2ae920f

Please sign in to comment.