Skip to content

Commit

Permalink
Merge pull request #349 from rsmp-nordic/update_rsmp_gem
Browse files Browse the repository at this point in the history
update rsmp gem
  • Loading branch information
emiltin authored Nov 28, 2023
2 parents 6da2225 + 706082a commit 2e87b28
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 @@ -32,12 +32,12 @@ GEM
minitest (5.18.0)
rake (13.0.6)
regexp_parser (2.8.2)
rsmp (0.25.1)
rsmp (0.25.3)
async (~> 2.6.4)
async-io (~> 1.36.0)
colorize (~> 0.8.1)
rsmp_schema (~> 0.5.1)
rsmp_schema (0.5.1)
rsmp_schema (0.5.3)
json_schemer (~> 2.1.0)
thor (~> 1.3.0)
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 @@ -163,7 +163,7 @@ def verify_timestamp alarm, duration=1.minute
'cId' => component_id,
'aCI' => alarm_code_id,
'aSp' => 'Suspend',
'sS' => 'suspended'
'sS' => /Suspended/i
},
timeout: Validator.config['timeouts']['alarm']
).collect!
Expand Down

0 comments on commit 2e87b28

Please sign in to comment.