Skip to content

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokgowtham committed Aug 9, 2023
1 parent 6126c35 commit e5c4cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public async Task TestGraphIsCorrectAsync()

rootComponents.ForEach(rootComponentId =>
{
graph.IsComponentExplicitlyReferenced(rootComponentId).Should().BeTrue($"Expected Component to be explicitly referenced but it is not: {rootComponentId}");
graph.IsComponentExplicitlyReferenced(rootComponentId).Should().BeTrue($"Expected Component to be explicitly referenced but it is not: {rootComponentId}");
});

// components without any dependencies
Expand Down

0 comments on commit e5c4cb9

Please sign in to comment.