Skip to content

Commit 62c4b58

Browse files
Include shared library to make commerce tests green
1 parent 50e5560 commit 62c4b58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/OptimizelyTestContainers.Tests/CommerceCatalogIntegrationTests.cs renamed to Optimizely.TestContainers.Commerce.Tests/CommerceCatalogIntegrationTests.cs

File renamed without changes.

Optimizely.TestContainers.Commerce/Optimizely.TestContainers.Commerce.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<RootNamespace>Optimizely.TestContainers.Cms</RootNamespace>
7+
<RootNamespace>Optimizely.TestContainers.Commerce</RootNamespace>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<ProjectReference Include="..\Optimizely.TestContainers.Shared\Optimizely.TestContainers.Shared.csproj" />
12+
</ItemGroup>
13+
1014
</Project>

0 commit comments

Comments
 (0)