Skip to content

Commit

Permalink
Break
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Oct 26, 2024
1 parent ae707b1 commit e925de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/search/tests/test_import_harvard_pdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ def test_assign_harvard_id(

# Verify that the cluster's harvard_id field was updated
self.cluster.refresh_from_db()
self.assertEqual(self.cluster.harvard_id, 1)
self.assertEqual(self.cluster.harvard_id, "1")

0 comments on commit e925de7

Please sign in to comment.