Skip to content

Commit

Permalink
Merge pull request #8187 from Agoric/8123-dropOnly
Browse files Browse the repository at this point in the history
test: remove an inadvertent test.only addition
  • Loading branch information
Chris-Hibbert authored and mhofman committed Aug 15, 2023
2 parents 5198964 + b29558a commit f2bc671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inter-protocol/test/vaultFactory/test-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test.before(async t => {
trace(t, 'CONTEXT');
});

test.only('storage keys', async t => {
test('storage keys', async t => {
const { aeth, run } = t.context;
const d = await makeManagerDriver(t);

Expand Down

0 comments on commit f2bc671

Please sign in to comment.