mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-13 06:58:30 -04:00
Fixed the queryPlugin unit test
This commit is contained in:
parent
72fa550250
commit
74be4f853e
@ -56,7 +56,7 @@ class TestPlugin(unittest.TestCase):
|
||||
message = "?4"
|
||||
query = query_plugin.QueryPlugin(self.config)
|
||||
|
||||
expected = "Pending messages (0)"
|
||||
expected = "No pending msgs to resend"
|
||||
actual = query.run(self.fromcall, message, self.ack)
|
||||
mock_restart.assert_not_called()
|
||||
self.assertEqual(expected, actual)
|
||||
|
Loading…
Reference in New Issue
Block a user