Skip to content

Commit

Permalink
fix expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Sep 5, 2024
1 parent 5483162 commit 4610016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/glue/resources/data_values_expectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"expectation_suite_name": "healthkitv2workouts_expectations",
"expectations": [
{
"expectation_type": "expect_table_columns_to_contain_set",
"expectation_type": "expect_column_to_exist",
"kwargs": {
"column_set": ["HealthKitWorkoutKey"]
"column": "HealthKitWorkoutKey"
}
}
]
Expand Down

0 comments on commit 4610016

Please sign in to comment.