Skip to content

Commit 67b3b5f

Browse files
test(工作区): 隐式 next 冲突广告用例改为 needs_repair
Create a line without publishing origin so implicit JSON next hits repair commands and asserts those fields, not a false-green ready or needs_line path. Co-authored-by: Dandre Yang <Dandre126@users.noreply.github.com>
1 parent f881d13 commit 67b3b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ def test_workspace_remove_exact_names_work_under_collision(self) -> None:
16441644
self.assertEqual(load_registry().workspaces, ())
16451645

16461646
def test_implicit_json_next_does_not_advertise_colliding_alias(self) -> None:
1647-
self._create_line()
1647+
create_line(load(self.root), line_id="alpha", branch="feat/alpha", base="main")
16481648
(self.root / "dyro.toml").write_text(
16491649
(self.root / "dyro.toml")
16501650
.read_text(encoding="utf-8")

0 commit comments

Comments
 (0)