From 9f34e63913b0d6f46e951f036ca806e3ce3dfa37 Mon Sep 17 00:00:00 2001 From: JerrySentry Date: Wed, 24 Jan 2024 22:11:49 -0500 Subject: [PATCH] yo --- app/integration_tests/test_banker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/integration_tests/test_banker.py b/app/integration_tests/test_banker.py index 86570d5..cfc7530 100644 --- a/app/integration_tests/test_banker.py +++ b/app/integration_tests/test_banker.py @@ -1,6 +1,6 @@ from app.integrator.banker import Banker - +#hi def test_deposit(): bank = Banker() assert bank.balance == 0