From 6785ed559f0f992d3a932afd5a8b3a1a53439d52 Mon Sep 17 00:00:00 2001 From: Camden Phalen Date: Fri, 20 Dec 2024 12:05:55 -0500 Subject: [PATCH] Update test copy --- lib/__tests__/ProjectLogsManager.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/__tests__/ProjectLogsManager.test.ts b/lib/__tests__/ProjectLogsManager.test.ts index e6bffede6..2a06371ea 100644 --- a/lib/__tests__/ProjectLogsManager.test.ts +++ b/lib/__tests__/ProjectLogsManager.test.ts @@ -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`