Skip to content

Commit 1b70c8e

Browse files
committed
Fix copy and paste error with first test
1 parent dac527b commit 1b70c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/game-of-life/game-of-life.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { GameOfLife } from './game-of-life';
33

44
describe('Game of Life', () => {
55
// Empty matrix
6-
test('tells a gigasecond anniversary since midnight', () => {
6+
test('empty matrix', () => {
77
const matrix = [];
88
const game = new GameOfLife(matrix);
99
game.tick();

0 commit comments

Comments
 (0)