Skip to content

Commit

Permalink
[CI Visibility] Fix GitCommandParser test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Nov 14, 2024
1 parent 5325593 commit b1a8992
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public void GitCommandGitInfoProviderTest()
gitInfo.AuthorDate.Should().NotBeNull();
gitInfo.AuthorEmail.Should().NotBeNull();
gitInfo.AuthorName.Should().NotBeNull();
gitInfo.Branch.Should().NotBeNull();
gitInfo.Commit.Should().NotBeNull();
gitInfo.CommitterDate.Should().NotBeNull();
gitInfo.CommitterEmail.Should().NotBeNull();
Expand Down

0 comments on commit b1a8992

Please sign in to comment.