Skip to content

Commit

Permalink
fix: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelManke committed Apr 22, 2023
1 parent e99d193 commit 2074fa9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions test/__snapshots__/pipe.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/pipe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Pipe', () => {
template.findResources('AWS::IAM::Policy', {}),
)[0];

expect(pipeRolePolicy.Properties.PolicyDocument.Statement).toHaveLength(2);
expect(pipeRolePolicy.Properties.PolicyDocument.Statement).toHaveLength(3);

expect(template).toMatchSnapshot();
});
Expand Down

0 comments on commit 2074fa9

Please sign in to comment.