Skip to content

Commit

Permalink
fix(hestia): πŸ› DR_trigger value was always set to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Oct 23, 2023
1 parent 1a3dfbf commit 65c895f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/hestia/reward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ blocks:
When I create the copy of element '1' in array 'DR_triggers_values'
and I set 'DR_triggers_start_value' to '0' as 'string'
If I verify the 'copy' is equal to 'zero'
If I verify 'copy' is equal to 'zero'
When I remove 'DR_triggers_start_value'
and I set 'DR_triggers_start_value' to '0' as 'string'
and I set 'DR_triggers_start_value' to '1' as 'string'
EndIf
If I verify the 'start_timestamp' is not found in 'sql_compact'
Expand Down

0 comments on commit 65c895f

Please sign in to comment.