Skip to content

Commit d052e49

Browse files
fix UTests
1 parent ae62c9b commit d052e49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redisinsight/api/src/modules/database/database.service.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ describe('DatabaseService', () => {
555555
privateKey: null,
556556
},
557557
},
558+
{},
558559
);
559560
});
560561

@@ -590,6 +591,7 @@ describe('DatabaseService', () => {
590591
passphrase: 'ssh-passphrase',
591592
},
592593
},
594+
{},
593595
);
594596
});
595597

@@ -621,6 +623,7 @@ describe('DatabaseService', () => {
621623
name: 'name',
622624
},
623625
},
626+
{},
624627
);
625628
});
626629

@@ -650,6 +653,7 @@ describe('DatabaseService', () => {
650653
id: 'new id',
651654
},
652655
},
656+
{},
653657
);
654658
});
655659

0 commit comments

Comments
 (0)