Skip to content

Commit cfda16f

Browse files
committed
test(codex): format preservation test
1 parent cc02d86 commit cfda16f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/platform_integrations/test_preservation.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,7 @@ def test_preserves_existing_hooks_and_plugin_files(self, temp_project_dir, insta
208208
for group in session_start_hooks
209209
), "User's SessionStart hook was removed!"
210210
assert any(
211-
any(
212-
"plugins/evolve-lite/skills/sync/scripts/sync.py" in hook.get("command", "")
213-
for hook in group.get("hooks", [])
214-
)
211+
any("plugins/evolve-lite/skills/sync/scripts/sync.py" in hook.get("command", "") for hook in group.get("hooks", []))
215212
for group in session_start_hooks
216213
), "Evolve SessionStart hook was not added!"
217214

0 commit comments

Comments
 (0)