Skip to content

Commit 41a4a1d

Browse files
author
Cristiano Betta
committed
Fixes broken test
1 parent 44d2f2b commit 41a4a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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('//sandbox.');
95+
sandbox.action.should.include('//www.sandbox.paypal');
9696
});
9797

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

102102
});

0 commit comments

Comments
 (0)