From 970277e71272687c16d75ffa73fcbb461a1fee80 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Fri, 6 May 2022 14:19:14 -0500 Subject: Add a few more tests and update project outline --- app/tests/test_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/tests/test_tables.py') diff --git a/app/tests/test_tables.py b/app/tests/test_tables.py index bb6e617..ba7ac10 100644 --- a/app/tests/test_tables.py +++ b/app/tests/test_tables.py @@ -17,7 +17,7 @@ def test_new_workout(): """ GIVEN a Workout model WHEN a new Workout is created - THEN check that the email, hashed_password, and role fields are defined correctly + THEN check that the user_id, name, and exercises fields are defined correctly """ # TODO other way to generate new user? -- cgit v1.2.3