Skip to content

Commit

Permalink
fix error xUnit1048 - 'async void' unit tests is being removed from x…
Browse files Browse the repository at this point in the history
…Unit.net v3 (#5573)
  • Loading branch information
imcarolwang authored Jun 13, 2024
1 parent 5bae95f commit 180a490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet-svcutil/lib/tests/src/GlobalToolTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public async Task MultiTargetTypeReuse()
[Trait("Category", "BVT")]
[Theory]
[InlineData("net6.0", "-elm")]
public async void ParamsFiles_SDK_TFM(string targetFramework, string extraOptions)
public async Task ParamsFiles_SDK_TFM(string targetFramework, string extraOptions)
{
this_TestCaseName = "ParamsFiles_SDK_TFM";
TestFixture();
Expand Down

0 comments on commit 180a490

Please sign in to comment.