mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Assert was switched in these instances, so I changed it to the "expected, actual" (#7142)
Co-authored-by: p-storm <paul.de.man@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ namespace PreviewHandlerCommonUnitTests
|
||||
fileBasedPreviewHandler.Initialize(filePath, grfMode);
|
||||
|
||||
// Assert
|
||||
Assert.AreEqual(fileBasedPreviewHandler.FilePath, filePath);
|
||||
Assert.AreEqual(filePath, fileBasedPreviewHandler.FilePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user