Skip to content

Commit 23b5923

Browse files
committed
csproj file changes, need to install autosave extention
1 parent 3236333 commit 23b5923

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tests/Elasticsearch.Net.Tests.Unit/Elasticsearch.Net.Tests.Unit.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
<ItemGroup>
6262
<Compile Include="Exceptions\ExceptionsBubbleTests.cs" />
6363
<Compile Include="Failover\Concurrent\ConcurrencyTestConnection.cs" />
64-
<Compile Include="Failover\Retries\ClientExceptionRetryHandlingTests.cs" />
64+
<Compile Include="Failover\Retries\ClientExceptionsUsingPoolingTests.cs" />
65+
<Compile Include="Failover\Retries\ClientExceptionsWithoutPoolingTests.cs" />
6566
<Compile Include="Memory\Helpers\AsyncMemorySetup.cs" />
6667
<Compile Include="Memory\Helpers\IMemorySetup.cs" />
6768
<Compile Include="Memory\ResponseAsyncCodePathsMemoryTests.cs" />

0 commit comments

Comments
 (0)