diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-24 16:04:45 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-24 16:04:45 +0100 |
| commit | 2fdb547c23af8a2a74eafc475e59b894d1e8894c (patch) | |
| tree | 4df43a5ea09f369bb16c5985177657602a405fa4 /test.py | |
| parent | 480a9ba65568de361a5e75bade25f62f7e5c935d (diff) | |
| download | geldschieberbot-2fdb547c23af8a2a74eafc475e59b894d1e8894c.tar.gz geldschieberbot-2fdb547c23af8a2a74eafc475e59b894d1e8894c.zip | |
s/Transfere/Transfer
Diffstat (limited to 'test.py')
| -rwxr-xr-x | test.py | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |
