Skip to content

Commit

Permalink
Increase size limit in test (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdakwiecien authored Jul 31, 2024
1 parent c7f4c97 commit 5970af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __TESTS_BUNDLE_SIZE__/bundleSizeTestCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const bundleSizeTestCases:ITestCase[] = [
},
{
name: 'Import all of the SDK',
sizeLimitInKB: 138,
sizeLimitInKB: 139,
importsArray: [
importFromPackage('* as CloudinaryURLGEN')
]
Expand Down

0 comments on commit 5970af4

Please sign in to comment.