mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted. This is now done with Rider-stable.
This commit is contained in:
@@ -197,17 +197,13 @@ public abstract class BlockMediaImageTest : BaseMediaImageTest
|
||||
|
||||
Assert.AreEqual(expectedPartition.Start, foundPartition.Start,
|
||||
string.
|
||||
Format(
|
||||
Localization.
|
||||
Expected_partition_0_to_start_at_sector_1_but_found_it_starts_at_2_in_3,
|
||||
i, expectedPartition.Start, foundPartition.Start, testFile));
|
||||
Format(Localization.Expected_partition_0_to_start_at_sector_1_but_found_it_starts_at_2_in_3,
|
||||
i, expectedPartition.Start, foundPartition.Start, testFile));
|
||||
|
||||
Assert.AreEqual(expectedPartition.Length, foundPartition.Length,
|
||||
string.
|
||||
Format(
|
||||
Localization.
|
||||
Expected_partition_0_to_have_1_sectors_but_found_it_has_2_sectors_in_3,
|
||||
i, expectedPartition.Length, foundPartition.Length, testFile));
|
||||
Format(Localization.Expected_partition_0_to_have_1_sectors_but_found_it_has_2_sectors_in_3,
|
||||
i, expectedPartition.Length, foundPartition.Length, testFile));
|
||||
|
||||
var expectedDataFilename = $"{testFile}.contents.partition{i}.json";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user