Skip to content

Commit

Permalink
Fix tests for dbt-labs/dbt-core#3955
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 authored Oct 27, 2021
1 parent 0036da2 commit fe5cd09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ def expected_seeded_manifest(self, model_database=None, quote_model=False):
'database': self.default_database,
'description': 'My table',
'external': None,
'freshness': {'error_after': None, 'warn_after': None, 'filter': None},
'freshness': {'error_after': {'count': None, 'period': None}, 'warn_after': {'count': None, 'period': None}, 'filter': None},
'identifier': 'seed',
'loaded_at_field': None,
'loader': 'a_loader',
Expand Down

0 comments on commit fe5cd09

Please sign in to comment.