diff options
Diffstat (limited to 'crates/shirabe/tests/json/json_manipulator_test.rs')
| -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!( |
