Fixed an issue with tests failing every now and then.

This commit is contained in:
Paul Knopf 2018-08-08 01:01:16 -04:00
parent a22882ab13
commit 4273537c7a

View file

@ -145,6 +145,7 @@ namespace Qml.Net.Tests.Qml
public override void Dispose()
{
InteropBehaviors.ClearQmlInteropBehaviors();
base.Dispose();
}
}
}