Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_contracts_graph_parsed.py
  • Loading branch information
ramonvermeulen committed Mar 29, 2023
commit 0322113a6fa48a625327cb1a1fb11dca65a65d95
2 changes: 1 addition & 1 deletion test/unit/test_contracts_graph_parsed.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def complex_parsed_seed_dict():
"alias": "foo",
"config": {
"column_types": {},
"delimiter", ","
"delimiter": ",",
"enabled": True,
"materialized": "seed",
"persist_docs": {"relation": True, "columns": True},
Expand Down