Skip to content

Commit 1881f9d

Browse files
committed
fix small typo in test file (probably irrelevent)
1 parent c2ade6f commit 1881f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/tests/freqresp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_options(self):
236236

237237

238238
def suite():
239-
return unittest.TestLoader().loadTestsFromTestCase(TestTimeresp)
239+
return unittest.TestLoader().loadTestsFromTestCase(TestFreqresp)
240240

241241
if __name__ == '__main__':
242242
unittest.main()

0 commit comments

Comments
 (0)