From 097d5396b3610de1f931427288ef4992a94e9a8e Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 12 Nov 2025 12:58:50 +0800 Subject: [PATCH] test: remove ITestOutputHelper parameter --- test/UniTest.Sass/VariableTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()