diff options
Diffstat (limited to 'crates/shirabe/tests/plugin')
| -rw-r--r-- | crates/shirabe/tests/plugin/plugin_installer_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/plugin/plugin_installer_test.rs b/crates/shirabe/tests/plugin/plugin_installer_test.rs index ec5f4fe3..35088c8d 100644 --- a/crates/shirabe/tests/plugin/plugin_installer_test.rs +++ b/crates/shirabe/tests/plugin/plugin_installer_test.rs @@ -670,7 +670,7 @@ fn test_command_provider_capability() { let commands = provider.get_commands().unwrap(); assert_eq!(1, commands.len()); // PHP: assertInstanceOf('Composer\Command\BaseCommand', $commands[0]) is witnessed by the - // element type of Vec<Box<dyn BaseCommand>>. + // element type of Vec<Rc<RefCell<dyn BaseCommand>>>. } // A hand-written stub is used in place of PHPUnit's |
