Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix Assert indentation.
  • Loading branch information
tmds committed Aug 19, 2022
commit e1cf9d43604d94c782f0d8712417427879c6f9b6
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public async Task UnixFileModes_Async(bool overwrite)

await TarFile.ExtractToDirectoryAsync(archivePath, destination.Path, overwriteFiles: overwrite);

Assert.True(Directory.Exists(dirPath), $"{dirPath}' does not exist.");
Assert.True(Directory.Exists(dirPath), $"{dirPath}' does not exist.");
AssertFileModeEquals(dirPath, TestPermission1);

Assert.True(File.Exists(filePath), $"{filePath}' does not exist.");
Expand Down