fix duplicate follow

This commit is contained in:
2019-07-29 14:01:42 +02:00
parent 988bf4d34a
commit 84276ad496
4 changed files with 22 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ begin
assert (select count(*) = 1 from "comment"), 'edit comment must not insert new comment';
assert (select count(*) = 1 from "comment" where content = 'edited'), 'edit comment must not insert new comment';
-- delete article and context
-- delete comment and context
delete from "comment";
delete from article;
delete from citizen;