Skip to content

Commit

Permalink
Fix prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shushishtok committed Dec 16, 2023
1 parent ddd02e0 commit 68ce540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schemas/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('integration', () => {
'satyr_soulstealer_mana_burn.Modelscale is unknown', // Model scale is a unit flag?
'twin_gate_portal_warp.AbilityBehavior[2] should be a AbilityBehavior enum but is: DOTA_ABILITY_BEHAVIOR_NOASSIST',
'black_dragon_splash_attack.AbilitySpecial.range.var_type is missing',
'black_dragon_splash_attack.AbilitySpecial.damage_percent should be an object'
'black_dragon_splash_attack.AbilitySpecial.damage_percent should be an object',
],
});

Expand Down

0 comments on commit 68ce540

Please sign in to comment.