Skip to content

Commit 90a9953

Browse files
committed
Merge pull request #52 from JakeGinnivan/AutofacLifetimeConventionTitleFix
Fixing problem with convention title
2 parents 5c3abfc + ecb2ed8 commit 90a9953

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)