Skip to content

Commit

Permalink
test config change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Rai committed Jun 12, 2024
1 parent 6f5e8ad commit 6ee0a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/extractors/bigquery/bigquery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func TestExtract(t *testing.T) {
URNScope: "test-bigquery",
RawConfig: map[string]interface{}{
"project_id": projectID,
"max_preview_rows": "1",
"max_preview_rows": "0",
"include_column_profile": "true",
"exclude": map[string]interface{}{
"datasets": []string{"exclude_this_dataset"},
Expand Down Expand Up @@ -223,7 +223,7 @@ func TestExtract(t *testing.T) {

t.Run("should not randomize if rows < 2", func(t *testing.T) {
newCfg := cfg
newCfg.RawConfig["max_preview_rows"] = "1"
//newCfg.RawConfig["max_preview_rows"] = "1"

actual := runTest(t, newCfg, randFn(1))
utils.AssertJSONFile(t, "testdata/expected-assets.json", actual, jsondiff.FullMatch)
Expand Down

0 comments on commit 6ee0a52

Please sign in to comment.