diff --git a/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs b/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs index ab65538..5096324 100644 --- a/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs +++ b/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs @@ -14,11 +14,11 @@ public async Task ShouldQueryAgainstEntirePartitionProvided() } [Fact] - public void ShouldThrowArgumentExceptionWhenPartitionIsNullOrEmpty() + public async Task ShouldThrowArgumentExceptionWhenPartitionIsNullOrEmpty() { Fac.PartitionKey = string.Empty; - Assert.ThrowsAsync(async () => await Fac.GetFromStorageTableAsync()); + await Assert.ThrowsAsync(async () => await Fac.GetFromStorageTableAsync()); } [Fact] diff --git a/com.brgs.orm.test/com.brgs.orm.test.csproj b/com.brgs.orm.test/com.brgs.orm.test.csproj index de32b76..2a0cf62 100644 --- a/com.brgs.orm.test/com.brgs.orm.test.csproj +++ b/com.brgs.orm.test/com.brgs.orm.test.csproj @@ -6,21 +6,21 @@ false - - - - runtime; build; native; contentfiles; analyzers - all - - - - - - - - - - + + + + runtime; build; native; contentfiles; analyzers + all + + + + + + + + + + diff --git a/com.brgs.orm/com.brgs.orm.csproj b/com.brgs.orm/com.brgs.orm.csproj index 28253be..fb41015 100644 --- a/com.brgs.orm/com.brgs.orm.csproj +++ b/com.brgs.orm/com.brgs.orm.csproj @@ -11,14 +11,14 @@ - - - - - - - - + + + + + + + +