app/frontend/comments/comment.component.test.tsx in decidim-comments-0.6.8 vs app/frontend/comments/comment.component.test.tsx in decidim-comments-0.7.0
- old
+ new
@@ -15,10 +15,10 @@
describe("<Comment />", () => {
const orderBy = "older";
const rootCommentable = {
id: "1",
- type: "Decidim::DummyResource",
+ type: "Decidim::DummyResources::DummyResource",
};
let comment: CommentFragment;
let session: any = null;
beforeEach(() => {