Skip to content

Commit ac8d4c2

Browse files
committed
chore: run linter
1 parent c77b635 commit ac8d4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-synthetics/test/canary.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ test('resourcesToReplicateTags is not included when not specified', () => {
12331233
template.hasResourceProperties('AWS::Synthetics::Canary', {
12341234
Name: 'mycanary',
12351235
});
1236-
1236+
12371237
const canaryResource = template.findResources('AWS::Synthetics::Canary');
12381238
const canaryProps = canaryResource[Object.keys(canaryResource)[0]].Properties;
12391239
expect(canaryProps.ResourcesToReplicateTags).toBeUndefined();

0 commit comments

Comments
 (0)