Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Oct 17, 2024
1 parent 1cca8f6 commit 7d1ed37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/backend-api7/e2e/resources/consumer.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as ADCSDK from '@api7/adc-sdk';
import { gte } from 'lodash';
import { lt } from 'semver';
import { gte, lt } from 'semver';

import { BackendAPI7 } from '../../src';
import { conditionalDescribe, semverCondition } from '../support/utils';
Expand Down

0 comments on commit 7d1ed37

Please sign in to comment.