Skip to content

Commit cbcd3db

Browse files
committed
Prettier
1 parent 04d9c76 commit cbcd3db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Disconnected.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
} from "../src/core/game/Game";
1414
import { toInt } from "../src/core/Util";
1515
import { setup } from "./util/Setup";
16-
import { useRealAttackLogic } from "./util/TestConfig"
16+
import { useRealAttackLogic } from "./util/TestConfig";
1717
import { executeTicks } from "./util/utils";
1818

1919
let game: Game;
@@ -301,8 +301,8 @@ describe("Disconnected", () => {
301301
// Tick for retreat() in AttackExecution to add back startTtoops to owner troops
302302
const troopIncThisTick1 = game.config().troopIncreaseRate(player1);
303303
expectedTotalGrowth += toInt(troopIncThisTick1);
304-
305-
game.executeNextTick();
304+
305+
game.executeNextTick();
306306

307307
const expectedFinalTroops = Number(
308308
toInt(troopsBeforeAttack) + expectedTotalGrowth,

0 commit comments

Comments
 (0)