chore: rename unused variable

This commit is contained in:
kolaente 2023-01-18 15:47:30 +01:00
parent 1d2d4a2363
commit 9cf3f900c3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe('Editor', () => {
beforeEach(() => {
NamespaceFactory.create(1)
const projects = ProjectFactory.create(1)
ProjectFactory.create(1)
TaskFactory.truncate()
UserProjectFactory.truncate()
})