fix comment

This commit is contained in:
Dominik Pschenitschni 2023-01-19 14:28:47 +01:00 committed by Gitea
parent befa6f27bb
commit 7c43b7385d
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ describe('Project View Project', () => {
.should('not.exist')
})
it('Should only show the color of a project in the navigation and not in the project view', () => {
it('Should only show the color of a project in the navigation and not in the list view', () => {
const projects = ProjectFactory.create(1, {
hex_color: '00db60',
})