aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py16
1 files changed, 8 insertions, 8 deletions
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