Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit bd189a7

Browse files
committed
Fixing name of test assembly (renaming from AgentApiClient to RestApiClient).
1 parent f7b2720 commit bd189a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SymphonyOSS.RestApiClient.Tests/SymphonyOSS.RestApiClient.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{1CE12095-5813-499C-A6B1-7A3B76BE8065}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>SymphonyOSS.AgentApiClient.Tests</RootNamespace>
11-
<AssemblyName>SymphonyOSS.AgentApiClient.Tests</AssemblyName>
10+
<RootNamespace>SymphonyOSS.RestApiClient.Tests</RootNamespace>
11+
<AssemblyName>SymphonyOSS.RestApiClient.Tests</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />

0 commit comments

Comments
 (0)