1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

fix: update test name

This commit is contained in:
Fredrik Oseberg 2022-01-03 16:24:59 +01:00 committed by Ivar Conradi Østhus
parent 19f78314d1
commit d2907d1887
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -244,7 +244,7 @@ test('should have project admin to default project as editor', async () => {
).toBe(true);
});
test('Editor should not have project admin to other projects', async () => {
test('should not have project admin to other projects as editor', async () => {
const projectName = 'unusedprojectname';
const defaultEnv = 'default';
const developmentEnv = 'development';