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:
parent
19f78314d1
commit
d2907d1887
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user