Skip to content

Commit b5fd1bf

Browse files
committed
refactor: rename contract architecture test
1 parent 78b99c3 commit b5fd1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-1-initial-architecture/Src/Fitnet.ArchitectureTests/Contracts/ContractsModuleArchitectureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class ContractsModuleArchitectureTests
1111
private readonly Assembly _solution = typeof(Program).Assembly;
1212

1313
[Fact]
14-
internal void Modules_Should_Only_Communicate_With_Contracts_Module_Via_Events()
14+
internal void Modules_Should_Not_Use_Contract_Module_Internals_Rather_Communicate_Via_Events()
1515
{
1616
// Arrange
1717
var contractsModule = Types.InAssembly(_solution)

0 commit comments

Comments
 (0)