Skip to content

Commit

Permalink
Add 'Distribution Domain Name' to the unit test description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrosson committed Mar 20, 2020
1 parent c1285de commit f0c2f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe("Custom Domain Plugin", () => {
});
});

it("Add Domain Name and HostedZoneId to stack output", () => {
it("Add Distribution Domain Name, Domain Name, and HostedZoneId to stack output", () => {
const plugin = constructPlugin({
domainName: "test_domain",
});
Expand Down

0 comments on commit f0c2f15

Please sign in to comment.