Skip to content

Commit

Permalink
chore: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Dec 26, 2019
1 parent a97620c commit d3c2faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fdescribe('SaiEditorComponent Integration', () => {
queryService = TestBed.get(QueryService);
querySpy = spyOn(queryService, 'query').and.returnValue(of());

spyOn(queryService, 'selectAll').and.returnValue(of(
spyOn(queryService, 'selectAllMultipleKeys').and.returnValue(of(
{ results: creatingNew ? [] : [originalRow0, originalRow1, originalRow2] }
));

Expand Down

0 comments on commit d3c2faf

Please sign in to comment.