Skip to content

Commit 913e2a6

Browse files
committed
dont run setup twice
1 parent 3670269 commit 913e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DynamoCoreWpfTests/ViewExtensions/NodeManipulatorExtensionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected override IEnumerable<IGizmo> GetGizmos(bool createOrUpdate)
2828
public class NodeManipulatorExtensionTests : DynamoTestUIBase
2929
{
3030
[SetUp]
31-
public virtual void Start()
31+
public override void Start()
3232
{
3333
// Forcing the dispatcher to execute all of its tasks within these tests causes crashes in Helix.
3434
// For now just skip it.

0 commit comments

Comments
 (0)