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

Commit fc622cf

Browse files
committed
chore: fmt
1 parent c88e568 commit fc622cf

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

test/mastani_server_web/mutation/cms/video_test.exs

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,12 @@ defmodule MastaniServer.Test.Mutation.Video do
156156
"""
157157
@set_refined_tag_query """
158158
mutation($communityId: ID!, $thread: CmsThread, $topic: String, $id: ID!) {
159-
setRefinedTag(communityId: $communityId, thread: $thread, topic: $topic, id: $id) {
159+
setRefinedTag(
160+
communityId: $communityId
161+
thread: $thread
162+
topic: $topic
163+
id: $id
164+
) {
160165
id
161166
title
162167
}
@@ -227,7 +232,12 @@ defmodule MastaniServer.Test.Mutation.Video do
227232

228233
@unset_refined_tag_query """
229234
mutation($communityId: ID!, $thread: CmsThread, $topic: String, $id: ID!) {
230-
unsetRefinedTag(communityId: $communityId, thread: $thread, topic: $topic, id: $id) {
235+
unsetRefinedTag(
236+
communityId: $communityId
237+
thread: $thread
238+
topic: $topic
239+
id: $id
240+
) {
231241
id
232242
title
233243
}

0 commit comments

Comments
 (0)