diff --git a/.coverage b/.coverage index 0b53e61..f04efa0 100644 Binary files a/.coverage and b/.coverage differ diff --git a/app/integration_tests/test_banker.py b/app/integration_tests/test_banker.py index 88a5ffc..8b86b00 100644 --- a/app/integration_tests/test_banker.py +++ b/app/integration_tests/test_banker.py @@ -13,4 +13,4 @@ def test_backdoor(): bank = Banker() assert bank.balance == 0 bank.backdoor() - assert bank.balance == 5007 + assert bank.balance == 5008 diff --git a/app/integrator/banker.py b/app/integrator/banker.py index b712475..bf2fba2 100644 --- a/app/integrator/banker.py +++ b/app/integrator/banker.py @@ -14,6 +14,6 @@ def reset(self): self.balance = 0 def backdoor(self): - self.balance += 5007 + self.balance += 5008 # test diff --git a/coverage.xml b/coverage.xml deleted file mode 100644 index c1d8e84..0000000 --- a/coverage.xml +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -