Skip to content

Commit

Permalink
Update test_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Aug 14, 2024
1 parent 6fc122c commit a8294c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ def test_csv_structure(self):
self._check_csv_header(path.join(dir, f"{basic_event.BasicEvent.NAME}.csv"),
["party_id", "event_id", "session_id"])
self._check_csv_header(path.join(dir, f"{basic_communication.BasicCommunication.NAME}.csv"),
["party_id", "communication_id", "content"])
["party_id", "communication_id", "content", "content_sentiment"])

# TODO: Add batch size under limit, it will generate wrong dataset

0 comments on commit a8294c8

Please sign in to comment.