mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
fix: update test name
This commit is contained in:
parent
19f78314d1
commit
d2907d1887
@ -244,7 +244,7 @@ test('should have project admin to default project as editor', async () => {
|
|||||||
).toBe(true);
|
).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 projectName = 'unusedprojectname';
|
||||||
const defaultEnv = 'default';
|
const defaultEnv = 'default';
|
||||||
const developmentEnv = 'development';
|
const developmentEnv = 'development';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user