Skip to content

Commit

Permalink
fix: missing updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Nov 9, 2023
1 parent 563ec32 commit 2f91ace
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ exports[`application generator default apps should generate default app with "no
"isBinary": false,
"path": "./program/Anchor.toml",
},
"Cargo.lock": {
"content": null,
"isBinary": true,
"path": "./program/Cargo.lock",
},
"Cargo.toml": {
"content": [
"[workspace]",
Expand Down Expand Up @@ -1511,6 +1516,11 @@ exports[`application generator default apps should generate default app with "ta
"isBinary": false,
"path": "./program/Anchor.toml",
},
"Cargo.lock": {
"content": null,
"isBinary": true,
"path": "./program/Cargo.lock",
},
"Cargo.toml": {
"content": [
"[workspace]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ exports[`application react generator default apps should generate default app wi
"isBinary": false,
"path": "./program/Anchor.toml",
},
"Cargo.lock": {
"content": null,
"isBinary": true,
"path": "./program/Cargo.lock",
},
"Cargo.toml": {
"content": [
"[workspace]",
Expand Down Expand Up @@ -1668,6 +1673,11 @@ exports[`application react generator default apps should generate default app wi
"isBinary": false,
"path": "./program/Anchor.toml",
},
"Cargo.lock": {
"content": null,
"isBinary": true,
"path": "./program/Cargo.lock",
},
"Cargo.toml": {
"content": [
"[workspace]",
Expand Down

0 comments on commit 2f91ace

Please sign in to comment.