Specify package version for rskj

This commit is contained in:
2021-06-13 17:49:59 +02:00
parent 2063f5c953
commit 37787ce3e6
3 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ end
describe package('rskj') do
it { should be_installed }
its('version') { should eq '2.2.0' }
its('version') { should eq '2.2.0~focal' }
end
describe service('rsk') do