From 25d95278cb4e435bffbdbff83c74987c3b0e51cf Mon Sep 17 00:00:00 2001 From: John Davis Date: Fri, 1 Mar 2024 13:39:51 -0500 Subject: [PATCH] Make comment more detailed --- test/unit/data/datatypes/test_tabular.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/data/datatypes/test_tabular.py b/test/unit/data/datatypes/test_tabular.py index 8a7312669742..c98fc1c6f7ef 100644 --- a/test/unit/data/datatypes/test_tabular.py +++ b/test/unit/data/datatypes/test_tabular.py @@ -64,7 +64,7 @@ def test_tabular_set_meta_nearly_empty(): def test_tabular_column_types(): """ - file just containing a single new line + file containing a single containing only tab characters terminated with a new line character - empty lines are treated as comments """ with tempfile.NamedTemporaryFile(mode="w") as test_file: