Move RewindableStreamTest.cs to the Streams/ folder

This commit is contained in:
Matt Kotsenas
2018-07-10 10:22:36 -07:00
parent 084c5e2686
commit a35c66e166

View File

@@ -2,7 +2,7 @@
using SharpCompress.IO;
using Xunit;
namespace SharpCompress.Test
namespace SharpCompress.Test.Streams
{
public class RewindableStreamTest
{