Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-roseberry committed Nov 9, 2024
1 parent f0f8d3e commit 9d005f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/test/unit/application/log-game-task.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('The log game task', function () {
});

afterEach(function () {
gameTask.stop()
gameTask.stop();
});

it('when dice finishes rolling, sends a message', function (done) {
Expand Down

0 comments on commit 9d005f4

Please sign in to comment.