We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc1250 commit 20bca57Copy full SHA for 20bca57
1 file changed
lib/spec/lib/svn_spec.rb
@@ -132,7 +132,7 @@
132
it 'should return an array of size 2' do
133
res = ASF::SVN.private_public
134
expect(res.size()).to eq(2)
135
- expect(res[0].size).to eq(13) # will need to be adjusted from time to time
+ expect(res[0].size).to eq(12) # will need to be adjusted from time to time
136
expect(res[1].size).to eq(6) # ditto.
137
end
138
0 commit comments