mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
fix: lint
This commit is contained in:
parent
0eb6743d9d
commit
3a5daf9f6b
@ -204,7 +204,6 @@ test('Sorts environments correctly if sort order is equal', async () => {
|
||||
const envOne = 'my-sorted-env3';
|
||||
const envTwo = 'my-sorted-env4';
|
||||
const featureName = 'My-new-toggle-2';
|
||||
const defaultEnvName = 'default';
|
||||
|
||||
await db.stores.environmentStore.create({
|
||||
name: envOne,
|
||||
@ -241,7 +240,6 @@ test('Sorts environments correctly if sort order is equal', async () => {
|
||||
|
||||
await app.request.get('/api/admin/projects/default').expect((res) => {
|
||||
const feature = res.body.features[0];
|
||||
console.log(feature.environments);
|
||||
expect(feature.environments[0].name).toBe(envOne);
|
||||
expect(feature.environments[1].name).toBe(envTwo);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user