Merge pull request #1845 from hedgedoc/fix/testName

This commit is contained in:
David Mehren 2021-11-21 22:19:09 +01:00 committed by GitHub
commit 7e84b0f135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ import { AliasUpdateDto } from '../../src/notes/alias-update.dto';
import { User } from '../../src/users/user.entity';
import { TestSetup } from '../test-setup';
describe('Notes', () => {
describe('Alias', () => {
let testSetup: TestSetup;
let user: User;