Skip to content

Commit

Permalink
chore: update snapshot, and upgrading a provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir authored and DanielMSchmidt committed Dec 1, 2022
1 parent 305c34e commit 310128d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2cdk/test/hcl2cdk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("convert", () => {

expect(stats).toMatchInlineSnapshot(`
Object {
"convertedLines": 55,
"convertedLines": 54,
"data": Object {},
"language": "typescript",
"numberOfModules": 0,
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2cdk/test/helpers/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const binding = {
path: "providers/docker",
},
null: {
fqn: "hashicorp/null@ ~>3.1.0",
fqn: "hashicorp/null@ ~>3.2.1",
type: ProviderType.provider,
path: "providers/null",
},
Expand Down

0 comments on commit 310128d

Please sign in to comment.