Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertrand committed Feb 5, 2025
1 parent 475cf4a commit 62674a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_resources/etl/oll_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_extract(mocker, oll_course_data, sheets_id):
def test_oll_transform(mocker, oll_course_data):
"""Verify that courses are transformed correctly"""
results = list(transform(oll_course_data))
assert len(results) == 60
assert len(results) == 63

assert results[0] == {
"title": "Introduction to Probability and Statistics",
Expand Down

0 comments on commit 62674a9

Please sign in to comment.