File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
55using ApprovalTests ;
66using 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 }
You can’t perform that action at this time.
0 commit comments