aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/documentation_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/documentation_test.rs')
-rw-r--r--crates/shirabe/tests/documentation_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/documentation_test.rs b/crates/shirabe/tests/documentation_test.rs
index 33e5ec3f..a8da3d08 100644
--- a/crates/shirabe/tests/documentation_test.rs
+++ b/crates/shirabe/tests/documentation_test.rs
@@ -14,7 +14,7 @@ fn get_command_name(command: &std::rc::Rc<std::cell::RefCell<dyn Command>>) -> S
}
fn provide_command_cases() -> Vec<std::rc::Rc<std::cell::RefCell<dyn Command>>> {
- let application = ApplicationHandle::new("Composer".to_string(), "".to_string()).unwrap();
+ let application = ApplicationHandle::new("Shirabe".to_string(), "".to_string()).unwrap();
application.set_catch_exceptions(false);
let mut description =