From 2fdb547c23af8a2a74eafc475e59b894d1e8894c Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 24 Mar 2021 16:04:45 +0100 Subject: s/Transfere/Transfer --- test.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test.py') diff --git a/test.py b/test.py index 75ed5af..d7db0c8 100755 --- a/test.py +++ b/test.py @@ -206,10 +206,10 @@ class TestTransactionCmd(unittest.TestCase): def test_transactions_with_myself(self): res = run_bot(self, num[alice], f"!schieb {alice} 1,1") - self.assertEqual(res.stdout, 'ERROR: you can not transfere money to or from yourself') + self.assertEqual(res.stdout, 'ERROR: you can not transfer money to or from yourself') res = run_bot(self, num[alice], f"!zieh {alice} 2.1") - self.assertEqual(res.stdout, 'ERROR: you can not transfere money to or from yourself') + self.assertEqual(res.stdout, 'ERROR: you can not transfer money to or from yourself') class TestSumCmd(unittest.TestCase): def test_summary_single_user(self): @@ -432,8 +432,8 @@ class TestCarPayCmd(unittest.TestCase): o = \ """alice payed 30.00 Transferring 100.00% of everybody's charges -Transfere 20.00 from bob to alice -Transfere 10.00 from charlie to alice +Transfer 20.00 from bob to alice +Transfer 10.00 from charlie to alice New Balances: alice: \t<- bob 20.00 @@ -452,8 +452,8 @@ foo: o = \ """alice payed 40.00 Transferring 100.00% of everybody's charges -Transfere 20.00 from bob to alice -Transfere 10.00 from charlie to alice +Transfer 20.00 from bob to alice +Transfer 10.00 from charlie to alice New Balances: alice: \t<- bob 20.00 @@ -477,8 +477,8 @@ foo: o = \ """alice payed 15.00 Transferring 50.00% of everybody's charges -Transfere 10.00 from bob to alice -Transfere 5.00 from charlie to alice +Transfer 10.00 from bob to alice +Transfer 5.00 from charlie to alice New Balances: alice: \t<- bob 10.00 -- cgit v1.2.3