diff --git a/GitTimelapseView.Tests/TimelapseHistoryTests.cs b/GitTimelapseView.Tests/TimelapseHistoryTests.cs index 2c67ec7..21318e8 100644 --- a/GitTimelapseView.Tests/TimelapseHistoryTests.cs +++ b/GitTimelapseView.Tests/TimelapseHistoryTests.cs @@ -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;