Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Perryvw committed May 16, 2024
1 parent b165205 commit bfe8c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lua/classes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const hero = HeroList.GetHero(0)!;

CDOTA_BaseNPC.GetAttackSpeed.call(hero);
CDOTA_BaseNPC.GetAttackSpeed.call(hero, true);
// @ts-ignore TODO: Expect error
CDOTA_BaseNPC.GetAttackSpeed();
// @ts-ignore TODO: Expect error
Expand Down

0 comments on commit bfe8c6d

Please sign in to comment.