1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-16 04:48:48 -04:00

Fixed the queryPlugin unit test

This commit is contained in:
2021-01-14 14:40:45 -05:00
parent 72fa550250
commit 74be4f853e
+1 -1
View File
@@ -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)