Skip to content

Commit

Permalink
fix(tests): update snapshot in unit test as stacks or now ordered alp…
Browse files Browse the repository at this point in the history
…habetically
  • Loading branch information
ansgarm authored and mutahhir committed Jun 24, 2024
1 parent 056a336 commit 4fd0a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe("CdktfProject", () => {
});

return expect(cdktfProject.diff()).rejects.toMatchInlineSnapshot(
`[Error: Usage Error: Found more than one stack, please specify a target stack. Run cdktf diff <stack> with one of these stacks: first, second, third, fourth, fifth ]`
`[Error: Usage Error: Found more than one stack, please specify a target stack. Run cdktf diff <stack> with one of these stacks: fifth, first, fourth, second, third ]`
);
});
});
Expand Down

0 comments on commit 4fd0a65

Please sign in to comment.