summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/rtems/object/val/object.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/object/val/object.yml b/spec/rtems/object/val/object.yml
index 880c686b..f2e79ad7 100644
--- a/spec/rtems/object/val/object.yml
+++ b/spec/rtems/object/val/object.yml
@@ -83,9 +83,9 @@ test-actions:
node = rtems_object_get_local_node();
checks:
- brief: |
- Check that the returned value is zero.
+ Check that the returned value is one.
code: |
- T_step_eq_u32( ${step}, node, 0 );
+ T_step_eq_u32( ${step}, node, 1 );
links: []
links:
- role: validation