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 f6d72ea Fix up test after change to repository.yml
f6d72ea is described below
commit f6d72ead5e193241ff2d274f2149677cc3c94b99
Author: Sebb <[email protected]>
AuthorDate: Thu Sep 24 00:17:20 2020 +0100
Fix up test after change to repository.yml
---
lib/spec/lib/svn_spec.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/spec/lib/svn_spec.rb b/lib/spec/lib/svn_spec.rb
index 85211a9..e8181e6 100644
--- a/lib/spec/lib/svn_spec.rb
+++ b/lib/spec/lib/svn_spec.rb
@@ -116,9 +116,9 @@ describe ASF::SVN do
describe "ASF:SVN.private_public" do
it "should return an array of size 2" 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(6) # ditto.
+ expect(res.size()).to eq(2)
+ expect(res[0].size).to eq(15) # will need to be adjusted from time to
time
+ expect(res[1].size).to eq(6) # ditto.
end
end