Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanBergenov committed Jul 27, 2024
1 parent 76a7ec1 commit e36788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_flatten_ga_data_intraday.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
class TestCFFlattenMethodsIntraday(BaseUnitTest):
c = Context()
ga_source = GaExportedNestedDataStorage(gcp_project=c.env["project"],
dataset=c.env["dataset"],
dataset=c.env["dataset_adswerve"],
table_type=c.env["table_type_intraday"],
date_shard= "20210823"
date_shard= "20240725"
# date_shard = c.env["date_intraday"],
)

Expand Down

0 comments on commit e36788f

Please sign in to comment.