Skip to content

Commit bfe8c6d

Browse files
committed
Fix tests
1 parent b165205 commit bfe8c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lua/classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const hero = HeroList.GetHero(0)!;
22

3-
CDOTA_BaseNPC.GetAttackSpeed.call(hero);
3+
CDOTA_BaseNPC.GetAttackSpeed.call(hero, true);
44
// @ts-ignore TODO: Expect error
55
CDOTA_BaseNPC.GetAttackSpeed();
66
// @ts-ignore TODO: Expect error

0 commit comments

Comments
 (0)