reference package in tests

This commit is contained in:
Alexandre SPIESER
2021-03-15 09:45:15 +00:00
parent 76a1aab671
commit 6d8e358ccc
3 changed files with 3 additions and 6 deletions
@@ -796,7 +796,7 @@ namespace CoreIntegrationTests.Infrastructure
#region Index Management
static SemaphoreSlim textIndexSemaphore = new SemaphoreSlim(1, 1);
static readonly SemaphoreSlim textIndexSemaphore = new SemaphoreSlim(1, 1);
[Fact]
public async Task CreateTextIndexNoOptionAsync()