Skip to content

Commit 58505d0

Browse files
committed
Operation
1 parent 344b7b7 commit 58505d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delta_backend/tests/test_convert_to_flat_json.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ def test_handler_imms_convert_to_flat_json(self):
173173
"""Test that the Imms field contains the correct flat JSON data for CREATE, UPDATE, and DELETE operations."""
174174
expected_action_flags = [
175175
{"Operation": Operation.CREATE, "EXPECTED_ACTION_FLAG": ActionFlag.CREATE},
176-
# {"Operation": Operation.UPDATE, "EXPECTED_ACTION_FLAG": ActionFlag.UPDATE},
177-
# {"Operation": Operation.DELETE_LOGICAL, "EXPECTED_ACTION_FLAG": ActionFlag.DELETE_LOGICAL},
176+
{"Operation": Operation.UPDATE, "EXPECTED_ACTION_FLAG": ActionFlag.UPDATE},
177+
{"Operation": Operation.DELETE_LOGICAL, "EXPECTED_ACTION_FLAG": ActionFlag.DELETE_LOGICAL},
178178
]
179179

180180
for test_case in expected_action_flags:

0 commit comments

Comments
 (0)