Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Sep 11, 2024
1 parent f445d21 commit 9d0a691
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def test_process_events_on_data(mock_datetime: mock.MagicMock,
assert isinstance(control_message, ControlMessage)
result_df = control_message.payload().copy_dataframe()
assert (result_df['event_time'] == '2021-01-01T00:00:00Z').all()
# assert result_df['v2'][10] == 'NaN'


def test_on_data_none(config: Config):
Expand Down

0 comments on commit 9d0a691

Please sign in to comment.