mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-17 07:31:30 +00:00
Merge pull request #1845 from hedgedoc/fix/testName
This commit is contained in:
commit
7e84b0f135
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue