Skip to content

Commit

Permalink
Disable compat warnings for ArgumentMatchingCompat
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Dec 15, 2024
1 parent 9d46068 commit 94b64cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/NSubstitute.Acceptance.Specs/ArgumentMatchingCompat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
using NSubstitute.Exceptions;
using NUnit.Framework;

#pragma warning disable CS0618 // Type or member is obsolete

namespace NSubstitute.Acceptance.Specs;

[TestFixture]
Expand Down

0 comments on commit 94b64cb

Please sign in to comment.