Skip to content

Commit

Permalink
Merge pull request #328 from rsmp-nordic/update_schema
Browse files Browse the repository at this point in the history
update rsmp_schema
  • Loading branch information
emiltin authored Jul 4, 2023
2 parents c3c27a3 + b0c992c commit cff79b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ GEM
minitest (5.18.0)
rake (13.0.6)
regexp_parser (2.8.1)
rsmp (0.20.2)
rsmp (0.20.3)
async (~> 2.6.2)
async-io (~> 1.35.0)
colorize (~> 0.8.1)
rsmp_schema (~> 0.4.0)
thor (~> 1.2.2)
rsmp_schema (0.4.0)
rsmp_schema (0.4.2)
json_schemer (~> 0.2.21)
thor (~> 1.2.1)
rspec (3.12.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/site/tlc/alarm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def verify_timestamp alarm, duration=1.minute
).collect!
end

site.send_message RSMP::AlarmAcknowledged.new(
site.send_message RSMP::AlarmAcknowledge.new(
'cId' => component_id,
'aTs' => site.clock.to_s,
'aCId' => alarm_code_id
Expand Down

0 comments on commit cff79b0

Please sign in to comment.