refactor: Disable nullability in Verify.cs

pull/47/head
Robert Dailey 3 years ago
parent d6d96b69f3
commit a4aa5d71b1

@ -6,6 +6,10 @@ using NSubstitute.Core.Arguments;
namespace TestLibrary.NSubstitute;
// Interface changes in IArgumentMatcher make nullability difficult
// to deal with. So we just ignore that here for now.
#nullable disable
public static class Verify
{
public static T That<T>(Action<T> action)

Loading…
Cancel
Save