Fix test naming.

This commit is contained in:
2021-03-03 15:57:30 +00:00
parent 4e3aa7ae86
commit 4dbc04a948

View File

@@ -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)
{