We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2282b commit 3c0ce7cCopy full SHA for 3c0ce7c
src/UniGetUI.Core.IconEngine.Tests/IconCacheEngineTests.cs
@@ -98,7 +98,7 @@ public static void TestCacheEngineForPackageVersion()
98
Assert.NotNull(path);
99
DateTime newNewModificationDate = File.GetLastWriteTime(path);
100
101
- Assert.NotEqual(oldModificationDate, newNewModificationDate);
+ Assert.Equal(oldModificationDate, newNewModificationDate);
102
Assert.Equal(expectedFile, path);
103
Assert.True(File.Exists(path));
104
}
0 commit comments