Skip to content

Commit

Permalink
reorder import for test file
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Jun 5, 2020
1 parent ec02ab0 commit 77988c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/test/test.helm-chart.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Duration } from '@aws-cdk/core';
import { expect, haveResource } from '@aws-cdk/assert';
import { Duration } from '@aws-cdk/core';
import { Test } from 'nodeunit';
import * as eks from '../lib';
import { testFixtureCluster } from './util';
Expand Down

0 comments on commit 77988c6

Please sign in to comment.