Skip to content

Commit 0858ea7

Browse files
committed
fix indentation
1 parent 482100b commit 0858ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/auth/Vault.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ describe('Vault class', () => {
352352

353353
it('should handle successful authentication with account limits', done => {
354354
const limitConfig = {
355-
RequestsPerSecond: {
355+
RequestsPerSecond: {
356356
Limit: 1500,
357357
},
358358
};

0 commit comments

Comments
 (0)