Skip to content

Commit dba617a

Browse files
author
Oren Novotny
committed
Update ignore filter for ApiApprover v10
1 parent 6236121 commit dba617a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Api/ApiApprovalTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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.
3-
// See the LICENSE file in the project root for more information.
3+
// See the LICENSE file in the project root for more information.
44

55
using ApprovalTests;
66
using ApprovalTests.Reporters;
@@ -62,7 +62,7 @@ private static string Filter(string text)
6262
.Where(l => !l.StartsWith("[assembly: AssemblyVersion("))
6363
.Where(l => !l.StartsWith("[assembly: AssemblyFileVersion("))
6464
.Where(l => !l.StartsWith("[assembly: AssemblyInformationalVersion("))
65-
.Where(l => !l.StartsWith("[assembly: System.Reflection.AssemblyMetadataAttribute(\"CommitHash\""))
65+
.Where(l => !l.StartsWith("[assembly: System.Reflection.AssemblyMetadata(\"CommitHash\""))
6666
.Where(l => !string.IsNullOrWhiteSpace(l))
6767
);
6868
}

0 commit comments

Comments
 (0)