Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

EVG-16587 Bump Apollo and graphql deps #1365

Merged
merged 12 commits into from
Jul 7, 2022
Prev Previous commit
Next Next commit
Fix failing unit tests
  • Loading branch information
khelif96 committed Jul 6, 2022
commit dab34f7421c9f36777fce964694cf3075effbcce
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@ const attachProjectToRepoMock = {
},
result: {
data: {
id: "evergreen",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These mocks were invalid and were fixed.

attachProjectToRepo: {
id: "evergreen",
},
},
},
};
Expand All @@ -322,7 +324,9 @@ const detachProjectFromRepoMock = {
},
result: {
data: {
id: "evergreen",
detachProjectFromRepo: {
id: "evergreen",
},
},
},
};
Expand Down