Skip to content

Commit

Permalink
fix: renamed test file
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
aryanjassal committed Sep 30, 2024
1 parent c375242 commit c019053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('commandWriteFile', () => {
});
});

test.prop([stdinArb, contentArb], { numRuns: 5 })(
test.prop([stdinArb, contentArb], { numRuns: 1 })(
'should write secret',
async (stdinData, secretContent) => {
const vaultName = genVaultName();
Expand Down

0 comments on commit c019053

Please sign in to comment.