Skip to content

Commit 4aa98f7

Browse files
authored
test(Sass): remove ITestOutputHelper parameter (#7110)
1 parent f23d8b4 commit 4aa98f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/UniTest.Sass/VariableTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
@@ -7,7 +7,7 @@
77

88
namespace UniTest.Sass;
99

10-
public partial class VariableTest(ITestOutputHelper testOutputHelper)
10+
public partial class VariableTest
1111
{
1212
[Fact]
1313
public void Variable_Ok()

0 commit comments

Comments
 (0)