Skip to content

Commit 2d716c7

Browse files
committed
Remove test which is no longer valid.
1 parent 004645b commit 2d716c7

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/app/request-copy/grant-request-copy/grant-request-copy.component.spec.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,6 @@ describe('GrantRequestCopyComponent', () => {
123123
spyOn(translateService, 'get').and.returnValue(observableOf('translated-message'));
124124
});
125125

126-
it('message$ should be parameterized correctly', (done) => {
127-
component.message$.subscribe(() => {
128-
expect(translateService.get).toHaveBeenCalledWith(jasmine.anything(), Object.assign({
129-
recipientName: itemRequest.requestName,
130-
itemUrl: itemUrl,
131-
itemName: itemName,
132-
authorName: user.name,
133-
authorEmail: user.email,
134-
}));
135-
done();
136-
});
137-
});
138-
139126
describe('grant', () => {
140127
let email: RequestCopyEmail;
141128

0 commit comments

Comments
 (0)