From 81ca8765a26925b9203f70947bea057a36b5aca4 Mon Sep 17 00:00:00 2001 From: yann Date: Tue, 8 Jul 2025 16:54:58 +0200 Subject: [PATCH] fixed indentation error --- tests/test_purchase.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/test_purchase.py b/tests/test_purchase.py index 3a1f8a6..f377fdd 100644 --- a/tests/test_purchase.py +++ b/tests/test_purchase.py @@ -3,9 +3,10 @@ from flask import session class TestPoints: - ''' - testing both case, book with and without enough points - ''' + ''' + testing both case, book with and without enough points + ''' + def test_should_nok_when_too_much_points(self, client, connect, club2): ''' test booking an amount of places greater than the available points