Skip to content

Commit

Permalink
Demo: Checking CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklamaneesh23 committed Dec 28, 2024
1 parent 5882237 commit 4dd46ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zerver/tests/test_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ def test_zulip_realm(self) -> None:

data = read_json("messages-000001.json")
um = UserMessage.objects.all()[0]
print(um)
exported_um = self.find_by_id(data["zerver_usermessage"], um.id)
self.assertEqual(exported_um["message"], um.message_id)
self.assertEqual(exported_um["user_profile"], um.user_profile_id)
Expand Down

0 comments on commit 4dd46ee

Please sign in to comment.