Skip to content

Commit

Permalink
Write line
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Jul 13, 2024
1 parent afe904b commit b164e48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public async Task GitHub_Repository_Information_Is_Populated()

var gitHubRepositoryInfo = gitRepoModule.Result.Value!;

Console.WriteLine($"GitHub Repository Info is: {gitHubRepositoryInfo}");

await Assert.That(gitHubRepositoryInfo.IsGitHub).Is.True();
await Assert.That(gitHubRepositoryInfo.IsInitialized).Is.True();
await Assert.That(gitHubRepositoryInfo.RepositoryName).Is.Not.Null()
Expand Down

0 comments on commit b164e48

Please sign in to comment.