Skip to content

Commit 20bca57

Browse files
committed
Dropped a private SVN reference
1 parent cdc1250 commit 20bca57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/spec/lib/svn_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
it 'should return an array of size 2' do
133133
res = ASF::SVN.private_public
134134
expect(res.size()).to eq(2)
135-
expect(res[0].size).to eq(13) # will need to be adjusted from time to time
135+
expect(res[0].size).to eq(12) # will need to be adjusted from time to time
136136
expect(res[1].size).to eq(6) # ditto.
137137
end
138138
end

0 commit comments

Comments
 (0)