Skip to content

Commit d47c64d

Browse files
committed
Change test name
1 parent a59e7f4 commit d47c64d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cdkConstructs/tests/constructs/ssmParametersConstruct.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe("SsmParametersConstruct", () => {
9494
})
9595

9696
describe("SsmParametersConstruct uses defaults when optional fields are omitted", () => {
97-
test("creates parameter and policy with default readPolicyDescription when optional fields are omitted", () => {
97+
test("creates parameter and policy with default readPolicyDescription", () => {
9898
const app = new App()
9999
const stack = new Stack(app, "defaultsStack")
100100
const params = new SsmParametersConstruct(stack, "DefaultsParameters", {

0 commit comments

Comments
 (0)