Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Aug 9, 2018
1 parent 708bbf8 commit 5f20412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Entity Relations - populate from parent', () => {
inject([Store], (iStore: Store<AppState>) => {
populatePaginationFromParent(iStore, new GetAllOrganizationSpaces(pagKey, orgGuid, cfGuid, [], true))
.pipe(first()).subscribe((action: WrapperRequestActionSuccess) => {
expect(action).toBeNull();
expect(action).toBeUndefined();
done();
});
})();
Expand Down

0 comments on commit 5f20412

Please sign in to comment.