Skip to content

Commit

Permalink
Workflow commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MadScrewdriver committed Aug 19, 2023
1 parent 328b8d3 commit 5681ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def test_dfs(self, mock_readfile):
self.assertTrue(renderer.visited_graph[self.point2] == [('line_layer', self.point3)])
self.assertTrue(renderer.visited_graph[self.point3] == [('line_layer', self.point2)])

@patch('ezdxf.readfile')
def test_construct_rest_of_dxf(self, mock_readfile):
"""
Test the _construct_rest_of_dxf method of the Renderer class to ensure it processes and
Expand Down

0 comments on commit 5681ef0

Please sign in to comment.