Skip to content

Commit

Permalink
GSAGH-367 group identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilman Reinhardt committed Oct 10, 2023
1 parent 89ad8dc commit 4a89763
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ExampleFiles/Components/AssembleModel.gh
Binary file not shown.
2 changes: 1 addition & 1 deletion IntegrationTests/3_Components/AssembleModelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void NoRuntimeErrorTest() {
}

[Theory]
[InlineData("HasResult", true)]
[InlineData("Assemble", true)]
public void Test(string groupIdentifier, object expected) {
IGH_Param param = Helper.FindParameter(Document, groupIdentifier);
Helper.TestGhPrimitives(param, expected);
Expand Down

0 comments on commit 4a89763

Please sign in to comment.