Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/region-info/test/region-info.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <[email protected]>
  • Loading branch information
msambol and lpizzinidev authored Oct 13, 2023
1 parent 3868143 commit 3046173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/region-info/test/region-info.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { APPCONFIG_LAMBDA_LAYER_ARNS, CLOUDWATCH_LAMBDA_INSIGHTS_ARNS } from '../build-tools/fact-tables';
import { Fact, FactName, RegionInfo } from '../lib';
import { FactName, RegionInfo } from '../lib';
import { AWS_REGIONS, AWS_SERVICES } from '../lib/aws-entities';

test('built-in data is correct', () => {
Expand Down

0 comments on commit 3046173

Please sign in to comment.