diff --git a/test/Generators/Microsoft.Gen.Logging/Unit/ParserTests.LogProperties.cs b/test/Generators/Microsoft.Gen.Logging/Unit/ParserTests.LogProperties.cs index b6257c2d694..b638be739b1 100644 --- a/test/Generators/Microsoft.Gen.Logging/Unit/ParserTests.LogProperties.cs +++ b/test/Generators/Microsoft.Gen.Logging/Unit/ParserTests.LogProperties.cs @@ -482,8 +482,7 @@ partial class MyLogger Assembly.GetAssembly(typeof(DateTime))!, }, [source], - symbols) - .ConfigureAwait(false); + symbols); Assert.Empty(d); await Verifier.Verify(r[0].SourceText.ToString())