Skip to content

Commit

Permalink
drop irrelevant errors in tests/unit/render/test_match.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum authored and dberenbaum committed Sep 14, 2023
1 parent 08d3791 commit bf2af86
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tests/unit/render/test_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,14 @@
"v2": {
"definitions": {
"data": {
"config_file_1": {"error": FileNotFoundError()},
"config_file_2": {"data": {"plot_id_3": {}}},
}
}
},
"source": {
"data": {
"config_file_1": {"error": FileNotFoundError()},
}
},
},
},
{
Expand Down Expand Up @@ -133,12 +137,6 @@ def test_match_renderers(M):
"data": {"file.json": {"data": [{"x": 1, "y": 1}, {"x": 2, "y": 2}]}}
},
},
"errored_revision": {
"definitions": {
"data": {"config_file_1": {"error": FileNotFoundError()}},
},
"sources": {},
},
"revision_with_no_data": {
"definitions": {
"data": {
Expand Down

0 comments on commit bf2af86

Please sign in to comment.