Skip to content

Commit

Permalink
fixed next failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Apr 7, 2022
1 parent 75416c7 commit d0210ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/test_contracts_graph_unparsed.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def test_table_defaults(self):
to_dict = {
'name': 'foo',
'description': '',
'config': {},
'loader': '',
'freshness': {'error_after': {}, 'warn_after': {}},
'quoting': {},
Expand All @@ -316,6 +317,7 @@ def test_table_defaults(self):
{
'name': 'table1',
'description': '',
'config': {},
'docs': {'show': True},
'tests': [],
'columns': [],
Expand All @@ -327,6 +329,7 @@ def test_table_defaults(self):
{
'name': 'table2',
'description': 'table 2',
'config': {},
'docs': {'show': True},
'tests': [],
'columns': [],
Expand Down

0 comments on commit d0210ec

Please sign in to comment.