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

Commit dd47914

Browse files
committed
chore: wip
1 parent 560c4fd commit dd47914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/groupher_server_web/mutation/statistics/statistics_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ defmodule GroupherServer.Test.Mutation.Statistics do
122122
}
123123
"""
124124
test "user should have contribute list after create a blog", ~m(user_conn user community)a do
125+
blog_attr = mock_attrs(:blog)
125126
variables = blog_attr |> Map.merge(%{communityId: community.id}) |> camelize_map_key
126127

127128
user_conn |> mutation_result(@create_blog_query, variables, "createBlog")

0 commit comments

Comments
 (0)