Skip to content

Commit

Permalink
Fix graph destruction test by calling graph.destroy()
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Oct 27, 2024
1 parent 4ab5c5f commit 44a3373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_graph_num_output_channels():
output = AudioOut_Dummy(5)
graph = AudioGraph(output_device=output, start=False)
assert graph.num_output_channels == 5
del graph
graph.destroy()


def test_graph_render_to_buffer(graph):
Expand Down

0 comments on commit 44a3373

Please sign in to comment.