mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 19:53:59 -05:00
test: fix test name in alias.e2e-spec.ts
This seems to be a copy/paste bug Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
965eae95a4
commit
d716873af2
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