Skip to content

Commit 0a0269b

Browse files
committed
Move JsonReaderTests to the Serialization folder
1 parent 7efa51a commit 0a0269b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/LightJson/JsonReaderTests.cs renamed to StyleCop.Analyzers/StyleCop.Analyzers.Test/LightJson/Serialization/JsonReaderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

4-
namespace StyleCop.Analyzers.Test.LightJson
4+
namespace StyleCop.Analyzers.Test.LightJson.Serialization
55
{
66
using global::LightJson;
77
using global::LightJson.Serialization;

StyleCop.Analyzers/StyleCop.Analyzers.Test/StyleCop.Analyzers.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@
237237
<Compile Include="LayoutRules\SA1520UnitTests.cs" />
238238
<Compile Include="LightJson\JsonArrayTests.cs" />
239239
<Compile Include="LightJson\JsonObjectTests.cs" />
240-
<Compile Include="LightJson\JsonReaderTests.cs" />
241240
<Compile Include="LightJson\JsonValueTests.cs" />
241+
<Compile Include="LightJson\Serialization\JsonReaderTests.cs" />
242242
<Compile Include="LightJson\Serialization\TextScannerTests.cs" />
243243
<Compile Include="Lightup\AccessorDeclarationSyntaxExtensionsTests.cs" />
244244
<Compile Include="Lightup\AutoWrapSeparatedSyntaxListTests.cs" />

0 commit comments

Comments
 (0)