Skip to content

Commit d9d99dd

Browse files
committed
Integration problem solved
# pylint: disable=unused-argument comment added to fix the tests
1 parent f92cb64 commit d9d99dd

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(cesaroni_m1670):
5+
def test_solid_motor_info(mock_show, cesaroni_m1670): # pylint: disable=unused-argument
66
"""Tests the SolidMotor.all_info() method.
77
88
Parameters

0 commit comments

Comments
 (0)