From 25ebb326da542fbc5a9971623a0b4061fb06f903 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 13:06:33 +0000 Subject: [PATCH] test: remove duplicate test in explicit_push_trigger codemod Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/compile/codemods/0006_explicit_push_trigger.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/compile/codemods/0006_explicit_push_trigger.rs b/src/compile/codemods/0006_explicit_push_trigger.rs index ff6853ff..8aa11682 100644 --- a/src/compile/codemods/0006_explicit_push_trigger.rs +++ b/src/compile/codemods/0006_explicit_push_trigger.rs @@ -192,13 +192,6 @@ mod tests { .collect() } - #[test] - fn injects_all_branches_push_when_on_absent_in_old_source() { - let mut m = map("name: x\ndescription: y\n"); - assert!(apply_codemod(&mut m, &old_ctx()).unwrap()); - assert_eq!(push_include(&m), vec!["*".to_string()]); - } - #[test] fn injects_push_when_on_present_but_carries_no_trigger() { // `on:` with only unrelated/unknown content still relied on the