Skip to content

Commit ecb2ed8

Browse files
author
Jake Ginnivan
committed
Fixing problem with convention title
1 parent a16cbe6 commit ecb2ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestStack.ConventionTests.Autofac/ServicesShouldOnlyHaveDependenciesWithLesserLifetime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void Execute(AutofacRegistrations data, IConventionResultContext result)
3535
}
3636
}
3737

38-
result.Is("Components should not depend on with greater lifetimes", exceptions);
38+
result.Is("Components should not depend on services with lesser lifetimes", exceptions);
3939
}
4040

4141
public string ConventionReason

0 commit comments

Comments
 (0)