From 42ec3e2afc1be06022ea4c1641ce4010f2531fc8 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 9 Sep 2021 10:04:33 +0200 Subject: make format --- test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test.py') diff --git a/test.py b/test.py index 79098f2..d4e94cf 100755 --- a/test.py +++ b/test.py @@ -1120,6 +1120,7 @@ fiat: \tBalance: -3.00""" self.assertEqual(res.stdout, msg) + class TestThanks(unittest.TestCase): def test_thanks(self): res = run_bot(self, num[alice], "!thanks") @@ -1131,7 +1132,9 @@ class TestThanks(unittest.TestCase): res = run_bot(self, num[alice], "!thanks pussy") self.assertEqual( res.stdout, - f"You are welcome. It is a pleasure to work with you, {alice}.\nBut don't call me pussy.") + f"You are welcome. It is a pleasure to work with you, {alice}.\nBut don't call me pussy." + ) + if __name__ == '__main__': unittest.main() -- cgit v1.2.3