Move some things around

This commit is contained in:
Matt Nadareski
2025-09-06 12:40:06 -04:00
parent 8fedbb8f77
commit f5b1868eec
6 changed files with 11 additions and 8 deletions

View File

@@ -1,10 +1,11 @@
using System;
using System.Collections.Generic;
using BinaryObjectScanner.Data;
using BinaryObjectScanner.Interfaces;
using SabreTools.Serialization.Wrappers;
using Xunit;
namespace BinaryObjectScanner.Test
namespace BinaryObjectScanner.Test.Data
{
public class FactoryTests
{

View File

@@ -1,7 +1,8 @@
using System.Collections.Generic;
using BinaryObjectScanner.Data;
using Xunit;
namespace BinaryObjectScanner.Test
namespace BinaryObjectScanner.Test.Data
{
public class ProtectionDictionaryTests
{