Skip to content

Commit 180a490

Browse files
authored
fix error xUnit1048 - 'async void' unit tests is being removed from xUnit.net v3 (#5573)
1 parent 5bae95f commit 180a490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet-svcutil/lib/tests/src/GlobalToolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public async Task MultiTargetTypeReuse()
171171
[Trait("Category", "BVT")]
172172
[Theory]
173173
[InlineData("net6.0", "-elm")]
174-
public async void ParamsFiles_SDK_TFM(string targetFramework, string extraOptions)
174+
public async Task ParamsFiles_SDK_TFM(string targetFramework, string extraOptions)
175175
{
176176
this_TestCaseName = "ParamsFiles_SDK_TFM";
177177
TestFixture();

0 commit comments

Comments
 (0)