Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 6714066

Browse files
committed
chore: wip
1 parent dd47914 commit 6714066

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

test/groupher_server/cms/comments/blog_comment_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ defmodule GroupherServer.Test.CMS.Comments.BlogComment do
416416
acc ++ [comment]
417417
end)
418418

419+
Process.sleep(1000)
420+
419421
{:ok, paged_comments} =
420422
CMS.paged_article_comments(
421423
:blog,

test/groupher_server/cms/comments/job_comment_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ defmodule GroupherServer.Test.CMS.Comments.JobComment do
415415
acc ++ [comment]
416416
end)
417417

418+
Process.sleep(1000)
419+
418420
{:ok, paged_comments} =
419421
CMS.paged_article_comments(
420422
:job,

test/groupher_server/cms/comments/post_comment_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ defmodule GroupherServer.Test.CMS.Comments.PostComment do
416416
acc ++ [comment]
417417
end)
418418

419+
Process.sleep(1000)
420+
419421
{:ok, paged_comments} =
420422
CMS.paged_article_comments(
421423
:post,

test/groupher_server/cms/comments/repo_comment_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ defmodule GroupherServer.Test.CMS.Comments.RepoComment do
416416
acc ++ [comment]
417417
end)
418418

419+
Process.sleep(1000)
420+
419421
{:ok, paged_comments} =
420422
CMS.paged_article_comments(
421423
:repo,

0 commit comments

Comments
 (0)