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

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackarySantana committed Feb 20, 2024
1 parent 190bbe9 commit 7435611
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,13 @@ const getLastPassingVersion: ApolloMock<
{
version: {
id: "evergreen_44110b57c6977bf3557009193628c9389772163f",
order: 3676,
buildVariants: [
{
tasks: [
{
id: "last_passing_task",
execution: 0,
order: 3676,
status: "success",
__typename: "Task",
},
Expand Down Expand Up @@ -424,13 +424,13 @@ const getLastExecutedVersion: ApolloMock<
{
version: {
id: "evergreen_44110b57c6977bf3557009193628c9389772163f",
order: 3676,
buildVariants: [
{
tasks: [
{
id: "last_executed_task",
execution: 0,
order: 3676,
status: "failed",
__typename: "Task",
},
Expand Down

0 comments on commit 7435611

Please sign in to comment.