Skip to content

Commit

Permalink
Fix BQ IT test (#4375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Davit authored May 3, 2022
1 parent 763e29a commit 5f2b213
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@ class BigQueryTypeIT extends AnyFlatSpec with Matchers {
tableReference.setProjectId("data-integration-test")
tableReference.setDatasetId("partition_a")
tableReference.setTableId("table_$LATEST")
Table.Ref(tableReference).latest().ref.getTableId shouldBe "table_20170103"
Table.Ref(tableReference).latest().ref.getTableId shouldBe "table_20170302"

Table
.Spec("data-integration-test:partition_a.table_$LATEST")
.latest()
.ref
.getTableId shouldBe "table_20170103"
.getTableId shouldBe "table_20170302"
}

it should "type check annotation arguments" in {
Expand Down

0 comments on commit 5f2b213

Please sign in to comment.