mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use string interpolation expression.
This commit is contained in:
@@ -76,7 +76,7 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
break;
|
||||
}
|
||||
|
||||
Assert.AreNotEqual(-1, part, string.Format("Partition not found on {0}", testfiles[i]));
|
||||
Assert.AreNotEqual(-1, part, $"Partition not found on {testfiles[i]}");
|
||||
throw new NotImplementedException("ReFS is not yet implemented");
|
||||
/*
|
||||
Filesystem fs = new DiscImageChef.Filesystems.ReFS();
|
||||
|
||||
Reference in New Issue
Block a user