aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/factory_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/factory_test.rs')
-rw-r--r--crates/shirabe/tests/factory_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/factory_test.rs b/crates/shirabe/tests/factory_test.rs
index 3e70a7d9..4a446f43 100644
--- a/crates/shirabe/tests/factory_test.rs
+++ b/crates/shirabe/tests/factory_test.rs
@@ -38,7 +38,7 @@ fn test_default_values_are_as_expected() {
.borrow_mut()
.expects(
vec![Expectation::text(
- "<warning>You are running Composer with SSL/TLS protection disabled.</warning>",
+ "<warning>You are running Shirabe with SSL/TLS protection disabled.</warning>",
)],
false,
)