Skip to content

Commit 964f72e

Browse files
author
Frank Natividad
committed
Updated regexp in bigquery_sample_spec.rb
1 parent c312fc5 commit 964f72e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bigquery/spec/bigquery_sample_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def wait_until times: 5, delay: 1, &condition
219219
"Importing data from file: #{csv_file.path}\n"
220220
)
221221
expect(captured_output).to match(
222-
/Waiting for load job to complete: job_\w+/
222+
/Waiting for load job to complete: job/
223223
)
224224
expect(captured_output).to include "Data imported"
225225

@@ -255,7 +255,7 @@ def wait_until times: 5, delay: 1, &condition
255255
"gs://#{@bucket.name}/bigquery-test.csv"
256256
)
257257
expect(captured_output).to match(
258-
/Waiting for load job to complete: job_\w+/
258+
/Waiting for load job to complete: job/
259259
)
260260
expect(captured_output).to include "Data imported"
261261

@@ -323,7 +323,7 @@ def wait_until times: 5, delay: 1, &condition
323323
"gs://#{@bucket.name}/bigquery-test.csv"
324324
)
325325
expect(captured_output).to match(
326-
/Waiting for extract job to complete: job_\w+/
326+
/Waiting for extract job to complete: job/
327327
)
328328
expect(captured_output).to include "Data exported"
329329

0 commit comments

Comments
 (0)