Skip to content

Commit

Permalink
chore: address feedbacks
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Blanchard <[email protected]>
  • Loading branch information
AllanZhengYP and jimblanc authored Oct 1, 2024
1 parent 7860519 commit 7fe5590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getProperties as getPropertiesInternal } from '../../../src/providers/s
jest.mock('../../../src/providers/s3/apis/internal/getProperties');
const mockedGetPropertiesInternal = jest.mocked(getPropertiesInternal);

describe('advancedGetProperties', () => {
describe('getProperties (internal)', () => {
beforeEach(() => {
jest.clearAllMocks();
mockedGetPropertiesInternal.mockResolvedValue({
Expand Down

0 comments on commit 7fe5590

Please sign in to comment.