Skip to content

Commit

Permalink
Update src/lib/features/project/project-service.e2e.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman authored Jul 9, 2024
1 parent 4112fe3 commit 51a6ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/project/project-service.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ test('should also delete api tokens that were only bound to deleted project', as
expect(deletedToken).toBeUndefined();
});

test('should not delete project bound api tokens still bound to project', async () => {
test('should not delete project-bound api tokens still bound to project', async () => {
const project1 = 'token-deleted-project';
const project2 = 'token-not-deleted-project';
const tokenName = 'test';
Expand Down

0 comments on commit 51a6ba6

Please sign in to comment.