Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Oct 19, 2024
1 parent 391dd00 commit f9e9d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bigquery/src/http/bigquery_dataset_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ mod test {
.get(project.as_str(), &ds2.dataset_reference.dataset_id)
.await
.unwrap();

// default is 168
ds1.max_time_travel_hours = Some(168);
assert_eq!(ds1, res1);
assert_eq!(ds2, res2);

Expand Down

0 comments on commit f9e9d28

Please sign in to comment.