File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ class GenerateMock {
7979 } ,
8080 batchDelete : jest . fn ( ) ,
8181 batchObjects : jest . fn ( ) ,
82+ batchReferences : jest . fn ( ) ,
83+ batchSend : jest . fn ( ) ,
84+ batchStream : jest . fn ( ) ,
8285 } ;
8386 grpc . add ( WeaviateDefinition , weaviateMockImpl ) ;
8487
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ const makeGrpcApp = () => {
4848 search : jest . fn ( ) ,
4949 batchDelete : jest . fn ( ) ,
5050 batchObjects : jest . fn ( ) ,
51+ batchReferences : jest . fn ( ) ,
52+ batchSend : jest . fn ( ) ,
53+ batchStream : jest . fn ( ) ,
5154 } ;
5255 const healthMockImpl : HealthServiceImplementation = {
5356 check : ( request : HealthCheckRequest ) : Promise < HealthCheckResponse > =>
Original file line number Diff line number Diff line change @@ -281,6 +281,9 @@ const makeGrpcApp = () => {
281281 errors : [ ] ,
282282 } ;
283283 } ) ,
284+ batchReferences : jest . fn ( ) ,
285+ batchSend : jest . fn ( ) ,
286+ batchStream : jest . fn ( ) ,
284287 } ;
285288 const healthMockImpl : HealthServiceImplementation = {
286289 check : ( request : HealthCheckRequest ) : Promise < HealthCheckResponse > =>
You can’t perform that action at this time.
0 commit comments