Skip to content

Commit

Permalink
Fix core version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekrekr committed Dec 7, 2023
1 parent df11c35 commit f46ddc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/main_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ select 1 AS \${dataform.projectConfig.vars.selectVar}`

expect(asPlainObject(result.compile.compiledGraph)).deep.equals(
asPlainObject({
dataformCoreVersion: "3.0.0",
dataformCoreVersion: "3.0.0-alpha.0",
graphErrors: {},
projectConfig: {
defaultDatabase: "dataform",
Expand Down Expand Up @@ -342,7 +342,7 @@ select 1 AS \${dataform.projectConfig.vars.columnVar}`
}
}
],
dataformCoreVersion: "3.0.0",
dataformCoreVersion: "3.0.0-alpha.0",
graphErrors: {},
projectConfig: {
defaultLocation: "us",
Expand Down

0 comments on commit f46ddc1

Please sign in to comment.