From ecb2ed841ea6c9448611fd95613a05e9e8a22b2e Mon Sep 17 00:00:00 2001 From: Jake Ginnivan Date: Tue, 1 Oct 2013 19:30:58 +0100 Subject: [PATCH] Fixing problem with convention title --- .../ServicesShouldOnlyHaveDependenciesWithLesserLifetime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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