File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ describe('Flower Gift', () => {
66
66
assert ( battle . log . every ( line => ! line . startsWith ( '|-formechange' ) ) ) ;
67
67
} ) ;
68
68
69
- it ( `should not trigger if dragged in by a Mold Breaker Pokemon` , function ( ) {
69
+ it ( `should not trigger if dragged in by a Mold Breaker Pokemon` , ( ) => {
70
70
battle = common . createBattle ( [ [
71
- { species : 'Torkoal' , ability : 'drought' , moves : [ 'sleeptalk' ] } ,
72
- { species : 'Cherrim' , ability : 'flowergift' , moves : [ 'sleeptalk' ] } ,
71
+ { species : 'Torkoal' , ability : 'drought' , moves : [ 'sleeptalk' ] } ,
72
+ { species : 'Cherrim' , ability : 'flowergift' , moves : [ 'sleeptalk' ] } ,
73
73
] , [
74
- { species : 'Haxorus' , ability : 'moldbreaker' , moves : [ 'roar' ] } ,
74
+ { species : 'Haxorus' , ability : 'moldbreaker' , moves : [ 'roar' ] } ,
75
75
] ] ) ;
76
76
battle . makeChoices ( ) ;
77
77
assert . equal ( battle . field . weather , 'sunnyday' ) ;
You can’t perform that action at this time.
0 commit comments