Skip to content

Commit

Permalink
Update h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Novotný <[email protected]>
  • Loading branch information
wendycwong and mn-mikke authored Oct 24, 2023
1 parent 78c604b commit 15d3184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_datatable_without_datatable():
# should run to completion
with pyunit_utils.catch_warnings() as ws:
test_frame_conversion("bigdata/laptop/jira/PUBDEV_5266_merge_with_string_columns/PUBDEV_5266_f1.csv", False)
assert "multi_thread mode can only be used when you have datatable installed. Default to single-thread " \
assert "multi_thread mode can only be used when you have datatable installed. Defaults to single-thread " \
"operation." in str(ws[0].message)

# re-install datatable before quitting.
Expand Down

0 comments on commit 15d3184

Please sign in to comment.