Skip to content

Commit

Permalink
chore: fix snapshot again
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir authored and DanielMSchmidt committed Aug 17, 2023
1 parent ab24d23 commit 8b0786c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/java/synth-app/__snapshots__/test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ exports[`java full integration synth generates JSON 1`] = `
},
"resource": {
"null_resource": {
"javasimple_NullResource_0DFEEB47": {
"NullResource": {
"//": {
"metadata": {
"path": "java-simple/NullResource",
"uniqueId": "javasimple_NullResource_0DFEEB47"
"uniqueId": "NullResource"
}
}
}
},
"random_string": {
"javasimple_RandomString_FB91A61A": {
"RandomString": {
"//": {
"metadata": {
"path": "java-simple/RandomString",
"uniqueId": "javasimple_RandomString_FB91A61A"
"uniqueId": "RandomString"
}
},
"length": 42
Expand Down

0 comments on commit 8b0786c

Please sign in to comment.