This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 20bca573 Dropped a private SVN reference
20bca573 is described below
commit 20bca573682601861b4d08e615d838bfdce5e516
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 25 15:10:50 2026 +0000
Dropped a private SVN reference
---
lib/spec/lib/svn_spec.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/spec/lib/svn_spec.rb b/lib/spec/lib/svn_spec.rb
index 6b652e7a..af261cd9 100644
--- a/lib/spec/lib/svn_spec.rb
+++ b/lib/spec/lib/svn_spec.rb
@@ -132,7 +132,7 @@ describe ASF::SVN do
it 'should return an array of size 2' do
res = ASF::SVN.private_public
expect(res.size()).to eq(2)
- 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
expect(res[1].size).to eq(6) # ditto.
end
end