diff --git a/TestStack.ConventionTests.Autofac/ServicesShouldOnlyHaveDependenciesWithLesserLifetime.cs b/TestStack.ConventionTests.Autofac/ServicesShouldOnlyHaveDependenciesWithLesserLifetime.cs index 77b207c..f9c644c 100644 --- a/TestStack.ConventionTests.Autofac/ServicesShouldOnlyHaveDependenciesWithLesserLifetime.cs +++ b/TestStack.ConventionTests.Autofac/ServicesShouldOnlyHaveDependenciesWithLesserLifetime.cs @@ -35,7 +35,7 @@ public void Execute(AutofacRegistrations data, IConventionResultContext result) } } - result.Is("Components should not depend on with greater lifetimes", exceptions); + result.Is("Components should not depend on services with lesser lifetimes", exceptions); } public string ConventionReason