Skip to content

Commit 4830f8a

Browse files
committed
lint
1 parent 27521f7 commit 4830f8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/aws-cdk-lib/pipelines/test/compliance/assets.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ describe('assets with same hash but different destinations', () => {
672672
// Enable cross-account keys for cross-account asset publishing
673673
crossAccountKeys: true,
674674
});
675-
675+
676676
// Add the same file asset app to two different environments
677677
// This simulates the scenario where the same asset needs to be published to different destinations
678678
pipeline.addStage(new FileAssetApp(app, 'App1', {
@@ -681,10 +681,10 @@ describe('assets with same hash but different destinations', () => {
681681
region: 'us-east-1',
682682
},
683683
}));
684-
684+
685685
pipeline.addStage(new FileAssetApp(app, 'App2', {
686686
env: {
687-
account: '222222222222',
687+
account: '222222222222',
688688
region: 'us-west-2',
689689
},
690690
}));
@@ -697,11 +697,11 @@ describe('assets with same hash but different destinations', () => {
697697
Name: 'Assets',
698698
Actions: [
699699
// Should have multiple asset publishing actions for different destinations
700-
Match.objectLike({
700+
Match.objectLike({
701701
RunOrder: 1,
702702
Name: Match.stringLikeRegexp('.*Asset.*'),
703703
}),
704-
Match.objectLike({
704+
Match.objectLike({
705705
RunOrder: 1,
706706
Name: Match.stringLikeRegexp('.*Asset.*'),
707707
}),

0 commit comments

Comments
 (0)