diff --git a/test/UniTest.Sass/VariableTest.cs b/test/UniTest.Sass/VariableTest.cs index 0e557d25cc4..3378ae2557a 100644 --- a/test/UniTest.Sass/VariableTest.cs +++ b/test/UniTest.Sass/VariableTest.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License // See the LICENSE file in the project root for more information. // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone @@ -7,7 +7,7 @@ namespace UniTest.Sass; -public partial class VariableTest(ITestOutputHelper testOutputHelper) +public partial class VariableTest { [Fact] public void Variable_Ok()