Skip to content

Commit ac4ef84

Browse files
fix constructs import in integ-tests fixture
1 parent afdac0d commit ac4ef84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/integ-tests/rosetta/default.ts-fixture

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as lambda from '@aws-cdk/aws-lambda';
22
import { IntegTestCase } from '@aws-cdk/integ-tests';
3+
import { Construct } from 'constructs';
34
import {
45
App,
5-
Construct,
66
Stack,
77
StackProps,
88
} from '@aws-cdk/core';

0 commit comments

Comments
 (0)