Skip to content

Commit

Permalink
Update test copy
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 20, 2024
1 parent 0109176 commit 6785ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/ProjectLogsManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('lib/projects/ProjectLogsManager', () => {
});

describe('setFunction', () => {
it('should throw an error when functions is nullable', async () => {
it('should throw an error when functions is empty', async () => {
ProjectLogsManager.functions = [];
expect(() => ProjectLogsManager.setFunction('foo')).toThrow(
`There aren't any functions in this project`
Expand Down

0 comments on commit 6785ed5

Please sign in to comment.