Ruben 1 年間 前
コミット
b7e992deb6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/PicView.Tests/FileHistoryTest.cs

+ 1 - 1
src/PicView.Tests/FileHistoryTest.cs

@@ -43,7 +43,7 @@ public class FileHistoryTest
         Assert.NotNull(nextEntry);
         Assert.True(File.Exists(nextEntry));
 
-        var prevEntry = history.GetNextEntry(looping: false, 2, list);
+        var prevEntry = history.GetPreviousEntry(looping: true, 2, list);
         Assert.NotNull(prevEntry);
         Assert.True(File.Exists(prevEntry));