Skip to content

Commit 8828d7e

Browse files
committed
chore: format
1 parent 2b21fb6 commit 8828d7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/secretmanager.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ describe('mockSecretManager', () => {
3333
});
3434

3535
it('supports non-string values (coerced to string)', () => {
36-
const conf: Record<string, string> = { NUM_VALUE: '123', BOOL_VALUE: 'true' };
36+
const conf: Record<string, string> = {
37+
NUM_VALUE: '123',
38+
BOOL_VALUE: 'true',
39+
};
3740

3841
mockSecretManager(conf);
3942

0 commit comments

Comments
 (0)