From e351b2f05553a9d3f1689e15234d8b07924848ea Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 13:19:24 +0900 Subject: test: un-ignore repository-conversion JsonManipulator tests Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/json/json_manipulator_test.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/shirabe/tests/json/json_manipulator_test.rs b/crates/shirabe/tests/json/json_manipulator_test.rs index 28ecb5a..00fa7c2 100644 --- a/crates/shirabe/tests/json/json_manipulator_test.rs +++ b/crates/shirabe/tests/json/json_manipulator_test.rs @@ -3248,7 +3248,6 @@ fn test_add_repository_can_override_deep_repos() { } #[test] -#[ignore] fn test_insert_repository_before_and_after_by_name() { let mut manipulator = JsonManipulator::new( r#"{ @@ -3359,7 +3358,6 @@ fn test_remove_repository_removes_from_assoc_but_does_not_converts_from_assoc_to } #[test] -#[ignore] fn test_remove_repository_removes_from_list() { let mut manipulator = JsonManipulator::new( r#"{ @@ -3394,7 +3392,6 @@ fn test_remove_repository_removes_from_list() { } #[test] -#[ignore] fn test_add_repository_converts_from_assoc_to_list() { let mut manipulator = JsonManipulator::new( r#"{ -- cgit v1.3.1