You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ada-project-docs/wave_03.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The following are required routes for wave 3. Feel free to implement the routes
20
20
- You are free to add additional features, as long as the wave 3 tests still pass. However, we recommend that you consider the future waves, first.
21
21
- A test uses a fixture named `completed_task` that is defined in `tests/conftest.py`. This fixture saves a task with a datetime value in `completed_at` to the test database.
22
22
- JSON's value of `true` is similar to Python's value of `True`, and `false` is similar to Python's `False`.
23
-
-JSON's value of `null` is similar to Python's value of `None`.
23
+
-SQL's value of `null` is similar to Python's value of `None`.
0 commit comments