Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-gai committed Aug 18, 2023
1 parent 64b1ae5 commit 91e0c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/battleship.ts/Battleship.behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function shouldBehaveLikeBattleship(): void {
],
];

console.log("shipPlacement", shipPlacement);
// console.log("shipPlacement", shipPlacement);

const isBoardValid = await this.battleship.connect(this.signers.player1).verifyShipsPlacedFHE(shipPlacement);
expect(isBoardValid).to.equal(true);
Expand Down

0 comments on commit 91e0c3f

Please sign in to comment.