Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
iamanishx committed Feb 26, 2025
1 parent 8b206cc commit 37fef2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions test/graphql/types/Community/updater.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ describe("Community Resolver - Updater Field", () => {
getObject: vi.fn(),
} as unknown as MinioClient,
config: {
endPoint: "minio",
port: 9000
},
endPoint: "minio",
port: 9000,
},
},
currentClient: {
isAuthenticated: true,
Expand Down
6 changes: 3 additions & 3 deletions test/graphql/types/Mutation/updateAgendaItem.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ const authenticatedContext: TestContext = {
bucketName: "talawa",
client: {} as MinioClient, // minimal mock that satisfies the type
config: {
endPoint: "minio",
port: 9000
}
endPoint: "minio",
port: 9000,
},
},
pubsub: {
publish: vi.fn(),
Expand Down
1 change: 0 additions & 1 deletion test/routes/graphql/Mutation/createPresignedUrl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ suite("Mutation field createPresignedUrl", () => {
},
},
});
//test
expect(result.data?.createPresignedUrl).toBeNull();
expect(result.errors).toEqual(
expect.arrayContaining([
Expand Down

0 comments on commit 37fef2f

Please sign in to comment.