diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 13:19:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-25 23:47:47 +0900 |
| commit | e351b2f05553a9d3f1689e15234d8b07924848ea (patch) | |
| tree | ee45a37b06ed0e5ca3afb87a8ffe7503f1a74eaa /crates/shirabe/tests/json | |
| parent | 938817f569bbc830676899f8f68a5366d6b1fe96 (diff) | |
| download | php-shirabe-e351b2f05553a9d3f1689e15234d8b07924848ea.tar.gz php-shirabe-e351b2f05553a9d3f1689e15234d8b07924848ea.tar.zst php-shirabe-e351b2f05553a9d3f1689e15234d8b07924848ea.zip | |
test: un-ignore repository-conversion JsonManipulator tests
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/json')
| -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#"{ |
