Move more classes, fix build

This commit is contained in:
Matt Nadareski
2024-04-16 21:47:41 -04:00
parent c648ad9f5e
commit 0f10dc2ae4
4 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
using SabreTools.IO.Extensions;
using Xunit;
namespace SabreTools.IO.Test
namespace SabreTools.IO.Test.Extensions
{
public class IOExtensionsTests
{

View File

@@ -2,7 +2,7 @@ using System.IO;
using SabreTools.IO.Streams;
using Xunit;
namespace SabreTools.IO.Test
namespace SabreTools.IO.Test.Streams
{
public class ReadOnlyBitStreamTests
{

View File

@@ -4,7 +4,7 @@ using System.IO;
using SabreTools.IO.Streams;
using Xunit;
namespace SabreTools.IO.Test
namespace SabreTools.IO.Test.Streams
{
public class ReadOnlyCompositeStreamTests
{

View File

@@ -1,5 +1,6 @@
using System;
using System.IO;
using SabreTools.IO.Extensions;
namespace SabreTools.IO.Streams
{