Skip to content

Commit

Permalink
fix: duplicate checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Nov 11, 2024
1 parent 2fef9a8 commit 8c1c8f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libs/backend-api7/e2e/misc.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ describe('Miscellaneous', () => {
const result = (await dumpConfiguration(backend)) as ADCSDK.Configuration;
expect(result.services).toHaveLength(1);
expect(result.services[0]).toMatchObject(service);
expect(result.services[0]).toMatchObject(service);
expect(result.services[0].routes[0]).toMatchObject(route);
});

Expand Down
1 change: 0 additions & 1 deletion libs/backend-apisix/e2e/misc.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ describe('Miscellaneous', () => {
const result = (await dumpConfiguration(backend)) as ADCSDK.Configuration;
expect(result.services).toHaveLength(1);
expect(result.services[0]).toMatchObject(service);
expect(result.services[0]).toMatchObject(service);
expect(result.services[0].routes[0]).toMatchObject(route);
});

Expand Down

0 comments on commit 8c1c8f1

Please sign in to comment.