Skip to content

Commit

Permalink
chore: use original assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 12, 2024
1 parent 05f1ed9 commit 30e384a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gcloud/bigquery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ func ExampleRunBigQueryContainer() {
}
}

fmt.Println(val[0])
fmt.Println(val)
// Output:
// 30
// [30]
}

func TestBigQueryWithDataYAML(t *testing.T) {
Expand Down

0 comments on commit 30e384a

Please sign in to comment.