Skip to content

Commit 1adfdc5

Browse files
committed
Move MethodTypeBuildingContext from tests
1 parent 3eb4533 commit 1adfdc5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

TypeScript.ContractGenerator.Tests/CustomTypeGenerators/MethodTypeBuildingContext.cs renamed to TypeScript.ContractGenerator/TypeBuilders/MethodTypeBuildingContext.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
using SkbKontur.TypeScript.ContractGenerator.Abstractions;
55
using SkbKontur.TypeScript.ContractGenerator.CodeDom;
66
using SkbKontur.TypeScript.ContractGenerator.Extensions;
7-
using SkbKontur.TypeScript.ContractGenerator.TypeBuilders;
87

9-
namespace SkbKontur.TypeScript.ContractGenerator.Tests.CustomTypeGenerators
8+
namespace SkbKontur.TypeScript.ContractGenerator.TypeBuilders
109
{
1110
public class MethodTypeBuildingContext : TypeBuildingContext
1211
{

0 commit comments

Comments
 (0)