Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_get_class_attendance_from_class_id(self):
self.assertEqual(
type(bm.get_class_attendance_from_class_id(SAMPLE_CLASS_ID)), dict
)

def test_get_resource_from_resource_id(self):
self.assertEqual(
type(bm.get_resource_from_resource_id(SAMPLE_RESOURCE_ID)), dict
Expand Down