Skip to content

Commit

Permalink
more accurately describe test case
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Dec 27, 2020
1 parent a004990 commit c97a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-elasticsearch/test/domain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test('minimal example renders correctly', () => {
});
});

test('minimal example with resource props renders correctly', () => {
test('can enable version upgrade update policy', () => {
new Domain(stack, 'Domain', {
version: ElasticsearchVersion.V7_1,
enableVersionUpgrade: true,
Expand Down

0 comments on commit c97a19b

Please sign in to comment.