mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
remove unnecessary 'it' in test description
This commit is contained in:
parent
562506e92a
commit
be62cab526
|
@ -33,7 +33,7 @@ describe('CredentialsController', () => {
|
|||
});
|
||||
|
||||
describe('createCredentials', () => {
|
||||
it('it should create new credentials and emit "credentials-created"', async () => {
|
||||
it('should create new credentials and emit "credentials-created"', async () => {
|
||||
// Arrange
|
||||
|
||||
const newCredentialsPayload = createNewCredentialsPayload();
|
||||
|
|
Loading…
Reference in a new issue