Skip to content

Commit

Permalink
tests: Fix Storage async test to return Task
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Apr 29, 2024
1 parent 31c7482 commit 6e05650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public async Task ThrowsIfBucketBoundHostSpecified()
}

[Fact]
public async void Unsupported_SignPostPolicy()
public async Task Unsupported_SignPostPolicy()
{
var signer = UrlSigner.FromCredential(CreateFakeServiceAccountCredential());
var options = Options
Expand Down

0 comments on commit 6e05650

Please sign in to comment.