Skip to content

Commit

Permalink
chore: merged migrations, updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed Apr 16, 2024
1 parent f080d7d commit 2ff07fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/migrations/0017_merge_20240416_1054.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Migration(migrations.Migration):

dependencies = [
('api', '0016_alter_checkresult_submission_and_more'),
('api', '0016_course_excerpt_alter_checkresult_submission_and_more'),
('api', '0016_remove_checkresult_is_valid_submission_is_valid_and_more'),
]

Expand Down
1 change: 1 addition & 0 deletions backend/api/tests/test_course.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ def test_create_course(self):
data={
"name": "Introduction to Computer Science",
"academic_startyear": 2022,
"excerpt": "Excerpt",
"description": "An introductory course on computer science.",
"faculty": faculty.id,
},
Expand Down

0 comments on commit 2ff07fa

Please sign in to comment.