Skip to content

Commit

Permalink
fixup! test(test-build-proposal): hex doubles size; use build:deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 13, 2024
1 parent 470187e commit b123142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/test/test-build-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test.before(async t => {
t.context = { compressBundle, $, runPackageScript, listBundles };
});

test.only('bundles from build:deployer meet 1MB request limit', async t => {
test('bundles from build:deployer meet 1MB request limit', async t => {
const { runPackageScript, listBundles, compressBundle } = t.context;
await runPackageScript('build:deployer');

Expand Down

0 comments on commit b123142

Please sign in to comment.