Skip to content

Commit

Permalink
Suppress warnings in unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Dec 9, 2023
1 parent f433084 commit 3481de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Linq.UnitTests/EnumerableExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
using System;
using Nito.Comparers;

#pragma warning disable CA1861 // Avoid constant arrays as arguments

namespace Linq.UnitTests
{
public class EnumerableExtensionsUnitTests
Expand Down

0 comments on commit 3481de7

Please sign in to comment.