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 2800636 Dropped site-board
2800636 is described below
commit 2800636f70dc0a8d5d269e1d1b563f1a3bc69f1d
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 8 11:16:12 2020 +0100
Dropped site-board
---
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 b3275d5..f2eb27a 100644
--- a/lib/spec/lib/svn_spec.rb
+++ b/lib/spec/lib/svn_spec.rb
@@ -118,7 +118,7 @@ describe ASF::SVN do
res = ASF::SVN.private_public
expect(res.size()).to equal(2)
expect(res[0].size).to equal(14) # will need to be adjusted from time to
time
- expect(res[1].size).to equal(7) # ditto.
+ expect(res[1].size).to equal(6) # ditto.
end
end