From 5f1fd176e92a149f3a3e9bba9acde7b6cbe14213 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Wed, 6 Mar 2024 10:43:27 -0700 Subject: [PATCH] split line further --- tests/test_gx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_gx.py b/tests/test_gx.py index b46785d4..dc6aaf73 100644 --- a/tests/test_gx.py +++ b/tests/test_gx.py @@ -135,7 +135,8 @@ def test_that_convert_nested_columns_to_json_does_nothing_if_no_nested_columns( def test_get_failed_expectations_with_failed_checkpoint_result(self): expected = ( "Great Expectations data validation has failed: " - "ensembl_gene_id has failed expectations expect_column_value_lengths_to_equal, expect_column_values_to_match_regex" + "ensembl_gene_id has failed expectations expect_column_value_lengths_to_equal, " + "expect_column_values_to_match_regex" ) fail_message = self.good_runner.get_failed_expectations( self.failed_checkpoint_result