Skip to content

Commit

Permalink
chore: add semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed May 22, 2024
1 parent 051dad7 commit 60e2606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ivs-alpha/test/ivs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ test('the preset with STANDARD or BASIC channel type is overwritten empty string
new ivs.Channel(stack, 'Channel', {
type: ivs.ChannelType.STANDARD,
preset: ivs.Preset.CONSTRAINED_BANDWIDTH_DELIVERY,
})
});

Template.fromStack(stack).hasResourceProperties('AWS::IVS::Channel', {
Type: 'STANDARD',
Expand Down

0 comments on commit 60e2606

Please sign in to comment.