Skip to content

Commit

Permalink
chore(SLB-497): prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed Dec 3, 2024
1 parent 1d69722 commit f74f454
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/schema/specs/content.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ test('Page', async () => {
minimal: _loadDrupalPage(id: "17626bb4-557f-48fc-b869-ae566f4ceae6") {
...Page
}
seo_all_empty: _loadDrupalPage(id: "5f108e07-62ca-4025-adca-069b3adfc22c") {
seo_all_empty: _loadDrupalPage(
id: "5f108e07-62ca-4025-adca-069b3adfc22c"
) {
translations {
...Page
}
}
seo_all_filled_in: _loadDrupalPage(id: "6344bdc5-1b02-4542-b4ae-4e6df23b3e4c") {
seo_all_filled_in: _loadDrupalPage(
id: "6344bdc5-1b02-4542-b4ae-4e6df23b3e4c"
) {
translations {
...Page
}
Expand Down

0 comments on commit f74f454

Please sign in to comment.