Skip to content

Commit 663ec7e

Browse files
author
Cristiano Betta
committed
Undo test fix, was on wrong branch
1 parent 7dea553 commit 663ec7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/spec/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ describe('Environments', function () {
9292
});
9393

9494
it('Should be a sandbox button', function () {
95-
sandbox.action.should.include('//www.sandbox.paypal');
95+
sandbox.action.should.include('//sandbox.');
9696
});
9797

9898
it('Should be a www button', function () {
99-
www.action.should.include('//www.paypal');
99+
www.action.should.include('//www.');
100100
});
101101

102102
});

0 commit comments

Comments
 (0)