Skip to content

Commit 1343c45

Browse files
committed
Keep tests unchanged
Due to making Trump Card PP Ups default to 0, there is no longer any need to keep the changes I made to the Trump Card tests.
1 parent bad76e6 commit 1343c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/sim/moves/trumpcard.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Trump Card', () => {
1212

1313
it('should power-up the less PP the move has', () => {
1414
battle = common.createBattle([
15-
[{ species: 'Eevee', ability: 'runaway', moves: ['trumpcard'], movePPUps: [0] }],
15+
[{ species: 'Eevee', ability: 'runaway', moves: ['trumpcard'] }],
1616
[{ species: 'Lugia', ability: 'multiscale', moves: ['recover'] }],
1717
]);
1818

@@ -54,7 +54,7 @@ describe('Trump Card', () => {
5454

5555
it('should work if called via Custap Berry in Gen 4', () => {
5656
battle = common.gen(4).createBattle([
57-
[{ species: 'Eevee', level: 1, ability: 'runaway', item: 'custapberry', moves: ['trumpcard'], movePPUps: [0] }],
57+
[{ species: 'Eevee', level: 1, ability: 'runaway', item: 'custapberry', moves: ['trumpcard'] }],
5858
[{ species: 'Scizor', ability: 'technician', moves: ['falseswipe'] }],
5959
]);
6060

0 commit comments

Comments
 (0)