Skip to content

Commit fcfe679

Browse files
committed
update test
1 parent ab5c8ec commit fcfe679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/integration/tests/button/message.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ describe(`paypal button message`, () => {
469469
})
470470
.render("#testContainer");
471471
});
472-
it("should ensure getModal callback with clientID and merchantID is called on hover", (done) => {
472+
it("should ensure getModal callback with clientID, merchantID, and buttonSessionID is called on hover", (done) => {
473473
window.paypal
474474
.Buttons({
475475
message: {},
@@ -479,7 +479,7 @@ describe(`paypal button message`, () => {
479479
.then(() => {
480480
assert.ok(
481481
Object.keys(window.paypal.MessagesModal.mock.calledWith)
482-
.length === 2
482+
.length === 3
483483
);
484484
assert.ok(
485485
typeof window.paypal.MessagesModal.mock.calledWith

0 commit comments

Comments
 (0)