mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix test naming.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Aaru.Tests.Partitions
|
||||
public abstract PartitionTest[] Tests { get; }
|
||||
|
||||
[Test]
|
||||
public void Test2()
|
||||
public void Test()
|
||||
{
|
||||
foreach(PartitionTest test in Tests)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user