We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e48344 commit d857ef1Copy full SHA for d857ef1
tests/cecil-tests/GenericPInvokes.cs
@@ -30,7 +30,7 @@ public void CheckAllPInvokes (AssemblyInfo info)
30
{
31
var assembly = info.Assembly;
32
var pinvokes = AllPInvokes (assembly).Where (IsPInvokeOK);
33
- Assert.That (pinvokes.Count, Is.GreaterThan (0), Is.True);
+ Assert.That (pinvokes.Count (), Is.GreaterThan (0));
34
35
var failures = pinvokes.Where (ContainsGenerics).ToList ();
36
var failingMethods = ListOfFailingMethods (failures);
0 commit comments