We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbc39c commit 44e2a53Copy full SHA for 44e2a53
Tests/FluentAssertions.DataSets.Specs/DataTableSpecs.cs
@@ -246,7 +246,7 @@ public void When_excluding_invalid_constraint_it_should_throw()
246
247
// Act
248
Action action = () => subject.Should().BeEquivalentTo(expectation, options => options
249
- .ExcludingRelated((Constraint constraint) => new object()));
+ .ExcludingRelated((Constraint _) => new object()));
250
251
// Assert
252
action.Should().Throw<ArgumentException>().WithMessage(
0 commit comments