Skip to content

Commit 3c0ce7c

Browse files
committed
fix tests
1 parent bc2282b commit 3c0ce7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniGetUI.Core.IconEngine.Tests/IconCacheEngineTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static void TestCacheEngineForPackageVersion()
9898
Assert.NotNull(path);
9999
DateTime newNewModificationDate = File.GetLastWriteTime(path);
100100

101-
Assert.NotEqual(oldModificationDate, newNewModificationDate);
101+
Assert.Equal(oldModificationDate, newNewModificationDate);
102102
Assert.Equal(expectedFile, path);
103103
Assert.True(File.Exists(path));
104104
}

0 commit comments

Comments
 (0)