Skip to content

Commit

Permalink
Failing test check
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-javid committed Sep 19, 2024
1 parent c6438ac commit b116d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: actions/checkout@v4

- name: Docker Compose Up
run: docker compose --verbose -f docker-compose.tests.yml up -d --build
run: docker compose --verbose -f docker-compose.tests.yml up -d --build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public void Domain_Should_Not_Have_Dependency_On_Other_Projects()
ProjectNames.Application,
ProjectNames.Infrastructure,
ProjectNames.Domain,
ProjectNames.Domain,
};

// Act
Expand All @@ -27,7 +26,7 @@ public void Domain_Should_Not_Have_Dependency_On_Other_Projects()
.GetResult();

// Assert
result.IsSuccessful.Should().BeTrue();
result.IsSuccessful.Should().BeFalse();
}
}
}

0 comments on commit b116d8d

Please sign in to comment.