Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lhvy committed Oct 16, 2024
1 parent 49e9fd1 commit 0052078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/tests/programs/test_get_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@composite
def major_minor_for_program(draw):
possible_programs = copy.deepcopy(programs)
possible_programs.remove("3362") # City Planning (Honours) does not have majors/minors
# possible_programs.remove("3362") # City Planning (Honours) does not have majors/minors

program = draw(sampled_from(possible_programs))
possible_specs: list[str] = []
Expand Down

0 comments on commit 0052078

Please sign in to comment.