Skip to content

Commit

Permalink
merge conflict testing resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaridhg committed Oct 18, 2023
1 parent 147477d commit 1c1b5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration/test_installing_and_enabling.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def test_randomiser_geometry():
upper_bound = 3.0

# set up some of the properties that will be needed for testing
obj = bpy.data.objects[2]
obj = bpy.data.objects[3]
bpy.context.view_layer.objects.active = obj
bpy.context.scene.socket_props_per_gng.update_gngs_collection
bpy.ops.node.randomise_all_geometry_sockets("INVOKE_DEFAULT")
Expand Down

0 comments on commit 1c1b5e8

Please sign in to comment.