remove unnecessary 'it' in test description

This commit is contained in:
Danny Martini 2025-01-10 23:54:17 +01:00
parent 562506e92a
commit be62cab526
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ describe('CredentialsController', () => {
}); });
describe('createCredentials', () => { describe('createCredentials', () => {
it('it should create new credentials and emit "credentials-created"', async () => { it('should create new credentials and emit "credentials-created"', async () => {
// Arrange // Arrange
const newCredentialsPayload = createNewCredentialsPayload(); const newCredentialsPayload = createNewCredentialsPayload();