Skip to content

Commit

Permalink
missed correct course code
Browse files Browse the repository at this point in the history
  • Loading branch information
86LAK committed May 2, 2024
1 parent 2e89e66 commit 25977a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_courses.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_course_get_all(self):
"""
expectedCourses = [
{"courseCode": "ENGG1001", "courseName": "Programming for Engineers", "courseDescription": "An introductory course covering basic concepts of software engineering."},
{"courseCode": "DECO2500", "courseName": "Human Computer Interaction", "courseDescription": "Models of action, perception, cognition and interaction in human-machine systems. Methods of interaction analysis and interaction representation. Human-machine system evaluation. Practical implementation. Introduction to user and use-centred design principles. Broader topics may include: societal considerations, groupware, multimedia, media perspectives."},
{"courseCode": "ENGG1100", "courseName": "Professional Engineering", "courseDescription": "An introductory course covering fundamental concepts in engineering principles."},
{"courseCode": "MATH1051", "courseName": "Calculus & Linear Algebra", "courseDescription": "A foundational course in calculus covering limits, derivatives, and integrals."}
]

Expand Down

0 comments on commit 25977a0

Please sign in to comment.