diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 13:18:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-25 23:47:47 +0900 |
| commit | 938817f569bbc830676899f8f68a5366d6b1fe96 (patch) | |
| tree | 117b1e69487df590c022e675114b3dafe450cb61 /crates/shirabe/tests/json | |
| parent | b183daf4afd3f4845cb0be483d3660cd6e394fad (diff) | |
| download | php-shirabe-938817f569bbc830676899f8f68a5366d6b1fe96.tar.gz php-shirabe-938817f569bbc830676899f8f68a5366d6b1fe96.tar.zst php-shirabe-938817f569bbc830676899f8f68a5366d6b1fe96.zip | |
fix(json): handle list-form repositories in remove/convert; fix mis-ported test append
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/json/json_manipulator_test.rs b/crates/shirabe/tests/json/json_manipulator_test.rs index 68bfdf6..28ecb5a 100644 --- a/crates/shirabe/tests/json/json_manipulator_test.rs +++ b/crates/shirabe/tests/json/json_manipulator_test.rs @@ -3412,7 +3412,7 @@ fn test_add_repository_converts_from_assoc_to_list() { assert!( manipulator - .add_repository("foo", arr(&[("type", s("composer"))]), false) + .add_repository("foo", arr(&[("type", s("composer"))]), true) .unwrap() ); assert_eq!( |
