Skip to content

Commit

Permalink
dont run setup twice
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner committed Jan 21, 2025
1 parent 3670269 commit 913e2a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected override IEnumerable<IGizmo> GetGizmos(bool createOrUpdate)
public class NodeManipulatorExtensionTests : DynamoTestUIBase
{
[SetUp]
public virtual void Start()
public override void Start()
{
// Forcing the dispatcher to execute all of its tasks within these tests causes crashes in Helix.
// For now just skip it.
Expand Down

0 comments on commit 913e2a6

Please sign in to comment.