From 15d31844ceabf7de8f1796ac5d02959a3f9abefd Mon Sep 17 00:00:00 2001 From: wendycwong Date: Tue, 24 Oct 2023 16:50:28 -0700 Subject: [PATCH] Update h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marek Novotný --- h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py b/h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py index ea66393038a7..096bbf1e148c 100644 --- a/h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py +++ b/h2o-py/tests/testdir_misc/pyunit_gh_15861_no_datatable.py @@ -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.