Skip to content

Commit

Permalink
tests: fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Mar 23, 2024
1 parent d1af47a commit 684c094
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 @@ -55,13 +55,9 @@
description
title
}
}
... on RankMathUserSeo {
social {
additionalProfiles
facebookProfileUrl
twitterUserName
}
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 684c094

Please sign in to comment.