Skip to content

Commit 79c066c

Browse files
committed
Integration mock_show correction
mock_show removed from the integration test
1 parent 3ecf1d7 commit 79c066c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_solidmotor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
@patch("matplotlib.pyplot.show")
5-
def test_solid_motor_info(mock_show, cesaroni_m1670):
5+
def test_solid_motor_info(cesaroni_m1670):
66
"""Tests the SolidMotor.all_info() method.
77
88
Parameters

0 commit comments

Comments
 (0)