From 6d77313c471b4edbb13b19fd973e836c17f44350 Mon Sep 17 00:00:00 2001 From: Ryan Lewis Date: Thu, 27 Jun 2024 12:15:34 -0700 Subject: [PATCH] remove an extra comment --- frontend/tests/api/OpportunityListingApi.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/tests/api/OpportunityListingApi.test.ts b/frontend/tests/api/OpportunityListingApi.test.ts index 03bb71c43..651d92ece 100644 --- a/frontend/tests/api/OpportunityListingApi.test.ts +++ b/frontend/tests/api/OpportunityListingApi.test.ts @@ -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,