Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Jan 31, 2024
1 parent f61223a commit ddf434e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/aws-cdk-lib/aws-route53/test/record-set.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { testDeprecated } from '@aws-cdk/cdk-build-tools';
import { Template } from '../../assertions';
import * as cloudfront from '../../aws-cloudfront';
import * as origins from '../../aws-cloudfront-origins';
import * as iam from '../../aws-iam';
import * as targets from '../../aws-route53-targets';
import { Duration, RemovalPolicy, Stack } from '../../core';
import * as route53 from '../lib';
import * as targets from '../../aws-route53-targets';
import * as cloudfront from '../../aws-cloudfront';
import * as origins from '../../aws-cloudfront-origins';
import { Resource } from '../../../@aws-cdk/cloudformation-diff/lib/diff/types';
import { Type } from '../../assertions/lib/private/type';

describe('record set', () => {
test('with default ttl', () => {
Expand Down

0 comments on commit ddf434e

Please sign in to comment.