Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
swalker2m committed Dec 2, 2024
1 parent bb6d719 commit 2105684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class programUsers extends OdbSuite {
programUsers(
WHERE: {
user: {
primaryProfile: {
profile: {
email: { EQ: "[email protected]" }
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class programs extends OdbSuite {
WHERE: {
pi: {
user: {
primaryProfile: {
profile: {
email: { EQ: "[email protected]" }
}
}
Expand Down

0 comments on commit 2105684

Please sign in to comment.