Skip to content

Commit

Permalink
Fixed error in export_csv test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier committed Feb 9, 2024
1 parent 4995de1 commit e1b4546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_csv_export(self):
test_data = [
b"username,email address,first name,last name,active,staff status,"
+ b"superuser status,last login,transcription__count",
b"useradmintester,useradmintester@example.com,,,True,False,False,,0",
b"useradmintester,useradmintester@example.com,,,True,False,True,,0",
b"",
]
self.assertEqual(content, test_data)
Expand Down

0 comments on commit e1b4546

Please sign in to comment.