Skip to content

Commit

Permalink
update fixture for OasysGH 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristjan Nielsen committed Oct 10, 2023
1 parent 605a918 commit feb239e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DocsGeneration/Setup/GrasshopperFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public GrasshopperFixture() {

InitializeCore();

Utility.SetupUnitsDuringLoad(true);
Utility.SetupUnitsDuringLoad();
}

public void AddPluginToGh() {
Expand Down
2 changes: 1 addition & 1 deletion GsaGHTests/GrasshopperFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public GrasshopperFixture() {

InitializeCore();

Utility.SetupUnitsDuringLoad(true);
Utility.SetupUnitsDuringLoad();
}

public void AddPluginToGh() {
Expand Down
2 changes: 1 addition & 1 deletion IntegrationTests/GrasshopperFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public GrasshopperFixture() {
InitializeCore();

// setup headless units
Utility.SetupUnitsDuringLoad(true);
Utility.SetupUnitsDuringLoad();
}

// // TODO: override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
Expand Down

0 comments on commit feb239e

Please sign in to comment.