Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
Signed-off-by: Baden Ashford <[email protected]>
  • Loading branch information
kykyi committed Jan 22, 2024
1 parent f05e6ae commit 6af0e0f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tests/core/test_error_formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,12 @@ def _mock_custom_wide_check(df):
),
"""
Schema Wide Schema: A total of 1 schema errors were found.
┌───────┬─────────────┬────────────────────────┬──────────────┬─────────────────┬──────────────┐
│ index ┆ column ┆ check ┆ failure_case ┆ schema_context ┆ check_number │
╞═══════╪═════════════╪════════════════════════╪══════════════╪═════════════════╪══════════════╡
│ None │ Wide Schema │ custom_wide_check │ False │ DataFrameSchema │ 0 │
└───────┴─────────────┴────────────────────────┴──────────────┴─────────────────┴──────────────┘
┌───────┬─────────────┬──────────────────────┬──────────────┬─────────────────┬──────────────┐
│ index ┆ column ┆ check ┆ failure_case ┆ schema_context ┆ check_number │
╞═══════╪═════════════╪══════════════════════╪══════════════╪═════════════════╪══════════════╡
│ None │ Wide Schema │ _mock_custom_wide_ch │ False │ DataFrameSchema │ 0 │
│ │ │ eck │ │ │ │
└───────┴─────────────┴──────────────────────┴──────────────┴─────────────────┴──────────────┘
""",
),
],
Expand Down

0 comments on commit 6af0e0f

Please sign in to comment.