Skip to content

Commit 127fc3b

Browse files
committed
fix test name
1 parent b5bec2b commit 127fc3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/aws-cdk-lib/aws-sns/test/sns.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('Topic', () => {
186186

187187
});
188188

189-
test('can add a policy to the topic enforcing ssl', () => {
189+
test('can enforce ssl when creating the topic', () => {
190190
// GIVEN
191191
const stack = new cdk.Stack();
192192
const topic = new sns.Topic(stack, 'Topic', {

0 commit comments

Comments
 (0)