Skip to content

Commit

Permalink
revert unpackSDKMeta test
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrian committed May 30, 2024
1 parent d29f319 commit dac3050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/meta.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ test("should construct a valid versioned script url with paypalobjects", () => {
});

test("should construct a valid versioned minified script url with paypalobjects", () => {
const sdkUrl = "https://www.paypalobjects.com/api/checkout.min.js";
const sdkUrl = "https://www.paypalobjects.com/api/checkout.4.0.125.min.js";

const { getSDKLoader } = unpackSDKMeta(
Buffer.from(
Expand Down

0 comments on commit dac3050

Please sign in to comment.