Skip to content

Commit

Permalink
fixing test name
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jun 29, 2024
1 parent 1e09e5c commit 61a47ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/projects/game_of_life/test/gameLogic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe("updateGrid", () => {
});
});

describe("updateGrid:sill-lifes", () => {
describe("updateGrid:still-life", () => {
it("should update blocks", () => {
const grid = [
[0, 0, 0, 0],
Expand Down

0 comments on commit 61a47ec

Please sign in to comment.