We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3670269 commit 913e2a6Copy full SHA for 913e2a6
test/DynamoCoreWpfTests/ViewExtensions/NodeManipulatorExtensionTests.cs
@@ -28,7 +28,7 @@ protected override IEnumerable<IGizmo> GetGizmos(bool createOrUpdate)
28
public class NodeManipulatorExtensionTests : DynamoTestUIBase
29
{
30
[SetUp]
31
- public virtual void Start()
+ public override void Start()
32
33
// Forcing the dispatcher to execute all of its tasks within these tests causes crashes in Helix.
34
// For now just skip it.
0 commit comments