Skip to content

Commit

Permalink
test: clean session
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 2, 2024
1 parent 48208f9 commit d54f668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('can match files with the same hash when the have different parents ',
});

after(async () => {
// await session?.clean();
await session?.clean();
});

it('initialize the local tracking', async () => {
Expand Down

0 comments on commit d54f668

Please sign in to comment.