Skip to content

Commit

Permalink
Add missing deletions from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
billdirks committed Mar 7, 2024
1 parent fa1edfa commit d1a1e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,6 @@ def titanic_expectation_suite(empty_data_context_stats_enabled):
return ExpectationSuite(
name="Titanic.warning",
meta={},
data_asset_type="Dataset",
expectations=[
ExpectationConfiguration(
expectation_type="expect_column_to_exist", kwargs={"column": "PClass"}
Expand Down
1 change: 0 additions & 1 deletion tests/data_asset/test_data_asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_data_asset_expectation_suite():
asset = DataAsset()
default_suite = ExpectationSuite(
name="default",
data_asset_type="DataAsset",
meta={"great_expectations_version": ge_version},
expectations=[],
)
Expand Down

0 comments on commit d1a1e5c

Please sign in to comment.