Skip to content

Commit 6082486

Browse files
committed
test(codex): format sharing tests
1 parent 5a5b1f0 commit 6082486

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/platform_integrations/test_codex_sharing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ def test_sync_writes_audit_log(self, temp_project_dir, local_repo):
324324
evolve_dir=evolve_dir,
325325
)
326326
run_script(SYNC_SCRIPT, project_dir=temp_project_dir, evolve_dir=evolve_dir)
327-
actions = [json.loads(line)["action"] for line in (temp_project_dir / ".evolve" / "audit.log").read_text().splitlines() if line.strip()]
327+
actions = [
328+
json.loads(line)["action"] for line in (temp_project_dir / ".evolve" / "audit.log").read_text().splitlines() if line.strip()
329+
]
328330
assert "sync" in actions
329331

330332
def test_sync_picks_up_new_entity_after_push(self, temp_project_dir, local_repo):

0 commit comments

Comments
 (0)