From 6751dbed5b8f4dff9e666391adb82c620d3c7218 Mon Sep 17 00:00:00 2001 From: Stefano Borini <sborini@enthought.com> Date: Thu, 10 Aug 2017 17:31:27 +0100 Subject: [PATCH] Flake --- .../dummy/ui_notification/tests/test_ui_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force_bdss/core_plugins/dummy/ui_notification/tests/test_ui_notification.py b/force_bdss/core_plugins/dummy/ui_notification/tests/test_ui_notification.py index 3c73b37..356c5a0 100644 --- a/force_bdss/core_plugins/dummy/ui_notification/tests/test_ui_notification.py +++ b/force_bdss/core_plugins/dummy/ui_notification/tests/test_ui_notification.py @@ -155,7 +155,7 @@ class TestUINotification(unittest.TestCase): capture.check( ("force_bdss.core_plugins.dummy.ui_notification.ui_notification", # noqa "ERROR", - "Unexpected reply in goodbye sync negotiation with UI server. " + "Unexpected reply in goodbye sync negotiation with UI server. " # noqa "'GOODBYE\nnot_the_right_id\n1'" # noqa ), ) -- GitLab