Skip to content

Commit d1c508f

Browse files
committed
Fixed location of the classes
1 parent 07bcf1f commit d1c508f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DotNext.Tests/IO/FileUriTests.cs renamed to src/DotNext.Tests/Text/Encodings/Web/FileUriTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Encodings.Web;
22

3-
namespace DotNext.IO;
3+
namespace DotNext.Text.Encodings.Web;
44

55
public sealed class FileUriTests : Test
66
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.CompilerServices;
33
using System.Text.Encodings.Web;
44

5-
namespace DotNext.IO;
5+
namespace DotNext.Text.Encodings.Web;
66

77
using Buffers;
88

0 commit comments

Comments
 (0)