From d550b67c5fc84904a2b29d3ce1fe586ea8d189b6 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 23 Jul 2025 15:27:36 +0200 Subject: [PATCH] Reword the comment --- test_runner/random_ops/test_random_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/random_ops/test_random_ops.py b/test_runner/random_ops/test_random_ops.py index 4d6857e2ec..b50b236309 100644 --- a/test_runner/random_ops/test_random_ops.py +++ b/test_runner/random_ops/test_random_ops.py @@ -526,7 +526,7 @@ class NeonProject: ) self.wait() new_branch_def = self.neon_api.get_branch_details(self.id, new_branch_def["branch"]["id"]) - # The restored branch will lose the parent after, but it has it during the restoration. + # The restored branch will lose the parent afterward, but it has it during the restoration. # So, we delete parent_id new_branch_def["branch"].pop("parent_id") new_branch = NeonBranch(self, new_branch_def)