From cb29fdb201e156d97f6fd85b85970a6be19b219a Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 21 Jul 2018 17:15:53 +0200 Subject: [PATCH] Fix test by updating comment type to new ID Signed-off-by: Jonas Franz --- models/fixtures/comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/fixtures/comment.yml b/models/fixtures/comment.yml index edec05c46..6d4812f09 100644 --- a/models/fixtures/comment.yml +++ b/models/fixtures/comment.yml @@ -22,7 +22,7 @@ created_unix: 946684812 - id: 4 - type: 19 # code comment + type: 21 # code comment poster_id: 1 issue_id: 2 content: "meh..." @@ -33,7 +33,7 @@ invalidated: false - id: 5 - type: 19 # code comment + type: 21 # code comment poster_id: 1 issue_id: 2 content: "meh..."