Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sszafGCA committed Nov 24, 2023
1 parent 41fcd0c commit a254858
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ describe(`deletionRequest create (api)`, () => {
};

describe('when create deletionRequest', () => {
beforeAll(() => {
jest.useFakeTimers();
jest.setSystemTime(new Date());
});

afterAll(() => {
jest.useRealTimers();
});
it('should return status 202', async () => {
const { deletionRequestToCreate } = setup();

Expand Down

0 comments on commit a254858

Please sign in to comment.