Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
Signed-off-by: triedandtested-dev (Bryan Dunkley) <[email protected]>
  • Loading branch information
triedandtested-dev authored and gshank committed Jan 24, 2022
1 parent 1d37d05 commit 0bf7eea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def rendered_model_config(self, **updates):
'full_refresh': None,
'on_schema_change': 'ignore',
'meta': {},
'unique_key': None,
}
result.update(updates)
return result
Expand All @@ -485,6 +486,7 @@ def rendered_seed_config(self, **updates):
'schema': None,
'alias': None,
'meta': {},
'unique_key': None,
}
result.update(updates)
return result
Expand Down

0 comments on commit 0bf7eea

Please sign in to comment.