Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentM-Ubi committed Apr 25, 2022
1 parent 76c68c1 commit cc33ada
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, 3);
Assert.GreaterOrEqual(history.Revisions.Count, 1);
}

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

0 comments on commit cc33ada

Please sign in to comment.