Skip to content

Commit 7ceb2f0

Browse files
committed
Sort alphabetically
1 parent 4afdc70 commit 7ceb2f0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

decidim-assemblies/spec/types/integration_schema_spec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"attachmentCollections" => [],
2020
"categories" => [],
2121
"children" => [],
22-
"url" => Decidim::EngineRouter.main_proxy(assembly).assembly_url(assembly),
23-
"followsCount" => 3,
2422
"childrenCount" => 0,
2523
"closingDate" => assembly.closing_date.to_date.to_s,
2624
"closingDateReason" => { "translation" => assembly.closing_date_reason[locale] },
@@ -34,6 +32,7 @@
3432
"developerGroup" => { "translation" => assembly.developer_group[locale] },
3533
"duration" => assembly.duration.to_s,
3634
"facebookHandler" => assembly.facebook_handler,
35+
"followsCount" => 3,
3736
"githubHandler" => assembly.github_handler,
3837
"hashtag" => assembly.hashtag,
3938
"id" => assembly.id.to_s,
@@ -63,6 +62,7 @@
6362
"twitterHandler" => assembly.twitter_handler,
6463
"type" => assembly.class.name,
6564
"updatedAt" => assembly.updated_at.to_time.iso8601,
65+
"url" => Decidim::EngineRouter.main_proxy(assembly).assembly_url(assembly),
6666
"youtubeHandler" => assembly.youtube_handler,
6767
"weight" => assembly.weight
6868
}
@@ -85,8 +85,6 @@
8585
children {
8686
id
8787
}
88-
url
89-
followsCount
9088
childrenCount
9189
closingDate
9290
closingDateReason {
@@ -112,6 +110,7 @@
112110
}
113111
duration
114112
facebookHandler
113+
followsCount
115114
githubHandler
116115
hashtag
117116
heroImage
@@ -179,6 +178,7 @@
179178
twitterHandler
180179
type
181180
updatedAt
181+
url
182182
weight
183183
youtubeHandler
184184
}
@@ -239,8 +239,6 @@
239239
children {
240240
id
241241
}
242-
url
243-
followsCount
244242
childrenCount
245243
closingDate
246244
closingDateReason {
@@ -266,6 +264,7 @@
266264
}
267265
duration
268266
facebookHandler
267+
followsCount
269268
githubHandler
270269
hashtag
271270
heroImage
@@ -333,6 +332,7 @@
333332
twitterHandler
334333
type
335334
updatedAt
335+
url
336336
weight
337337
youtubeHandler
338338
}

0 commit comments

Comments
 (0)