diff options
| -rw-r--r-- | crates/shirabe/tests/json/json_manipulator_test.rs | 3 |
1 files changed, 0 insertions, 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#"{ |
