Explorar el Código

Corrected the test code

Shunm634-source hace 3 años
padre
commit
fef74b6282
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/test/integration/service/page.test.js

+ 1 - 1
packages/app/test/integration/service/page.test.js

@@ -654,7 +654,7 @@ describe('PageService', () => {
       expect(deleteCompletelyOperationSpy).toHaveBeenCalled();
       expect(deleteCompletelyDescendantsWithStreamSpy).toHaveBeenCalled();
 
-      expect(pageEventSpy).toHaveBeenCalledWith('deleteCompletely', parentForDeleteCompletely, null, testUser2);
+      expect(pageEventSpy).toHaveBeenCalledWith('deleteCompletely', parentForDeleteCompletely, testUser2);
     });
   });