Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ public async Task CreateContainerIfNotExistsAsyncForMultiHashCollectionsTest()

containerResponse = await containerResponse.Container.DeleteContainerAsync();
Assert.AreEqual(HttpStatusCode.NoContent, containerResponse.StatusCode);

}

#endif
Expand Down
Loading