Skip to content

Commit

Permalink
split line further
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Mar 6, 2024
1 parent 2e7a4c8 commit 5f1fd17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_gx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f1fd17

Please sign in to comment.