Fixed tests after merge.

This commit is contained in:
Michael Spalti
2022-09-15 13:20:33 -07:00
parent 7047f9ccef
commit 75da8ca10d
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ describe('RelationshipDataService', () => {
});
describe('composition', () => {
const initService = () => new RelationshipDataService(null, null, null, null, null, null, null);
const initService = () => new RelationshipDataService(null, null, null, null, null, null, null, null);
testSearchDataImplementation(initService);
});