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

Commit

Permalink
remove an extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 27, 2024
1 parent 0ee2177 commit 6d77313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/tests/api/OpportunityListingApi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe("OpportunityListingAPI", () => {
mockedRequest.mockResolvedValue(mockResponse);

const result = await opportunityListingAPI.getOpportunityById(12345);
console.log("results => ", result);
expect(mockedRequest).toHaveBeenCalledWith(
"GET",
opportunityListingAPI.basePath,
Expand Down

0 comments on commit 6d77313

Please sign in to comment.