Skip to content

Commit

Permalink
TASK: Fix constraint test of failing too early
Browse files Browse the repository at this point in the history
> InvalidArgumentException (1733394351): The command "SetNodeProperties" for node lady-eleonode-rootford must contain property values

We want a NodeAggregateIsRoot exception
  • Loading branch information
mhsdesign committed Jan 9, 2025
1 parent b6a5f8d commit 57c3da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Feature: Set node properties: Constraint checks
| Key | Value |
| nodeAggregateId | "lady-eleonode-rootford" |
| originDimensionSpacePoint | {"language":"de"} |
| propertyValues | {} |
| propertyValues | {"text":"New text"} |
Then the last command should have thrown an exception of type "NodeAggregateIsRoot"

Scenario: Try to set properties in an origin dimension space point that does not exist
Expand Down

0 comments on commit 57c3da5

Please sign in to comment.