From a7b810d6f63ac5ddeb8820c95722fa0718b47681 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Wed, 31 Jan 2018 18:16:57 +0300 Subject: [PATCH] Remove comments from fixtures --- apps/course/fixtures/course.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/apps/course/fixtures/course.json b/apps/course/fixtures/course.json index 8971e5e4..52f5bba3 100644 --- a/apps/course/fixtures/course.json +++ b/apps/course/fixtures/course.json @@ -391,21 +391,5 @@ "created_at": "2018-01-31T14:58:46.209Z", "update_at": "2018-01-31T14:58:46.209Z" } - }, - { - "model": "course.coursecomment", - "pk": 2, - "fields": { - "parent": 1, - "course": 11 - } - }, - { - "model": "course.coursecomment", - "pk": 1, - "fields": { - "parent": null, - "course": 11 - } } ] \ No newline at end of file