Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abidoyesimze committed Dec 12, 2024
1 parent 3125de9 commit c3d0dd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/hardhat/test/PixelCanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,4 @@ describe("PixelCanvas", function () {
expect(pixel.color).to.equal(color);
});
});

describe("Canvas Snapshot", function () {
it("Should return full canvas snapshot", async function () {
const { Pixel } = await loadFixture(deployPixelCanvas);
const snapshot = await Pixel.getCanvasSnapshot();
expect(snapshot.length).to.equal(64);
expect(snapshot[0].length).to.equal(64);
});
});
});

0 comments on commit c3d0dd8

Please sign in to comment.