Skip to content

Commit 586e4e4

Browse files
committed
fix test2
1 parent 7795ed5 commit 586e4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/javascript/spec/component/overview/course-conversations/layout/conversation-messages/conversation-messages.component.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ examples.forEach((activeConversation) => {
352352

353353
tick();
354354

355-
expect(component.posts[0].forwardedPosts).toEqual([]);
356-
expect(component.posts[0].forwardedAnswerPosts).toEqual([]);
355+
expect(component.posts[0].forwardedPosts).toEqual([null]);
356+
expect(component.posts[0].forwardedAnswerPosts).toEqual([null]);
357357
}));
358358

359359
it('should not fetch source posts or answers for empty forwarded messages', fakeAsync(() => {

0 commit comments

Comments
 (0)