You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It.Is<string>(s =>s.Replace(" "," ").StartsWith($".delete table {CollectionName}")&&s.Contains(MemoryRecordKey)),// Replace double spaces with single space to account for the fact that the query is formatted with double spaces and to be future proof
310
+
It.Is<string>(s =>s.Replace(" "," ").StartsWith($".delete table {this._normalisedCollectionName}")&&s.Contains(MemoryRecordKey)),// Replace double spaces with single space to account for the fact that the query is formatted with double spaces and to be future proof
310
311
It.IsAny<ClientRequestProperties>()
311
312
),Times.Once());
312
313
}
@@ -325,7 +326,7 @@ public async Task ItCanRemoveBatchAsync()
0 commit comments