Skip to content

Commit

Permalink
chore: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Jul 14, 2023
1 parent ab64334 commit 06b0224
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`amplify add auth... ...should init an Android project and add default auth 1`] = `
exports[`amplify add auth... starting interactively with old... ...should init an Android project and add default auth 1`] = `
"IAM Statement Changes
┌───┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────┬────────────────────────────────────┬───────────────────────────┬───────────┐
│ │ Resource │ Effect │ Action │ Principal │ Condition │
Expand Down Expand Up @@ -34,7 +34,7 @@ Outputs
"
`;

exports[`amplify add auth... ...should init an Android project and add default auth 2`] = `
exports[`amplify add auth... starting interactively with old... ...should init an Android project and add default auth 2`] = `
"IAM Statement Changes
┌───┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────┬────────────────────────────────────┬───────────────────────────┬───────────┐
│ │ Resource │ Effect │ Action │ Principal │ Condition │
Expand Down

0 comments on commit 06b0224

Please sign in to comment.