Skip to content

Commit 50d94d9

Browse files
author
NarrowsProjects
committed
chore: add missing semicolon
1 parent d937163 commit 50d94d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lib/usecases/run/GetAllRunsUseCase.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = () => {
4343
}
4444
expect(comparitor(fileCount)).to.be.true;
4545
}
46-
}
46+
};
4747

4848
beforeEach(async () => {
4949
getAllRunsDto = await GetAllRunsDto.validateAsync({});

0 commit comments

Comments
 (0)