Minor tweaks

pull/83/head
David Hall 2019-09-02 17:10:17 -06:00
parent 4cae44c14e
commit 8bab755c2d
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
using NUnit.Framework.Constraints;
using System;
using Vanara.PInvoke;
namespace Vanara.PInvoke.Tests
{
@ -118,7 +119,7 @@ namespace Vanara.PInvoke.Tests
public override ConstraintResult ApplyTo<TActual>(TActual actual)
{
var success = false;
object updActual = actual;
var updActual = actual as IErrorProvider;
switch (actual)
{
case bool b: