Skip to content

Commit

Permalink
tests: fix queries
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Mar 23, 2024
1 parent d1af47a commit fe86a9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 3 additions & 7 deletions tests/functional/UserSeoQueryCept.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
databaseId
seo {
fullHead
additionalProfiles
facebookProfileUrl
twitterUserName
openGraph {
articleMeta {
section
Expand All @@ -56,13 +59,6 @@
title
}
}
... on RankMathUserSeo {
social {
additionalProfiles
facebookProfileUrl
twitterUserName
}
}
}
}
}
Expand Down
10 changes: 3 additions & 7 deletions tests/wpunit/UserSeoQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,9 @@ public function testUserSeo() {
}
robots
title
... on RankMathUserSeo {
social {
additionalProfiles
facebookProfileUrl
twitterUserName
}
}
additionalProfiles
facebookProfileUrl
twitterUserName
}
}
}
Expand Down

0 comments on commit fe86a9d

Please sign in to comment.