Skip to content

Commit

Permalink
Fix test_nodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jan 21, 2025
1 parent 53d1218 commit bba9253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/contracts/graph/test_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def basic_compiled_dict():
"config_call_dict": {},
"access": "protected",
"constraints": [],
"doc_blocks": [],
}


Expand Down Expand Up @@ -529,6 +530,7 @@ def basic_compiled_schema_test_dict():
},
"unrendered_config_call_dict": {},
"config_call_dict": {},
"doc_blocks": [],
}


Expand Down

0 comments on commit bba9253

Please sign in to comment.