Skip to content

Commit

Permalink
test: nut unique test names, do session cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 4, 2024
1 parent 776c49a commit be3a67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/nuts/local/localTrackingFileMoveThenEdit.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('handles local files moves that also change the file', () => {
});

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

it('initialize the local tracking', async () => {
Expand Down
2 changes: 1 addition & 1 deletion test/nuts/local/localTrackingFileMovesScale.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe(`handles local files moves of ${classCount.toLocaleString()} classes ($
before(async () => {
session = await TestSession.create({
project: {
name: 'large-repo',
name: 'large-repo-moves',
},
devhubAuthStrategy: 'NONE',
});
Expand Down

0 comments on commit be3a67a

Please sign in to comment.