Skip to content

Commit

Permalink
FIx unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentM-Ubi committed Apr 25, 2022
1 parent 2a42f30 commit 76c68c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitTimelapseView.Tests/TimelapseHistoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void TimelapseHistory_ForThisSourceFile_ContainsAtLeastTwoCommits()
history.Initialize(NullLogger.Instance);

Assert.NotNull(history);
Assert.GreaterOrEqual(history.Revisions.Count, 4);
Assert.GreaterOrEqual(history.Revisions.Count, 3);
}

private static string? GetThisSourceFilePath([CallerFilePath] string? srcFilePath = null) => srcFilePath;
Expand Down

0 comments on commit 76c68c1

Please sign in to comment.