mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General cleanup and refactor.
This commit is contained in:
@@ -26,16 +26,18 @@
|
||||
// Copyright © 2011-2022 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
|
||||
|
||||
// ReSharper disable StringLiteralTypo
|
||||
|
||||
namespace Aaru.Tests.Filesystems.FATX;
|
||||
|
||||
using System.IO;
|
||||
using Aaru.CommonTypes;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Filesystems;
|
||||
using NUnit.Framework;
|
||||
|
||||
// ReSharper disable StringLiteralTypo
|
||||
|
||||
namespace Aaru.Tests.Filesystems.FATX;
|
||||
|
||||
[TestFixture]
|
||||
public class Xbox : ReadOnlyFilesystemTest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user