mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix test
This commit is contained in:
parent
2a22aaa907
commit
9dd35a887a
@ -68,7 +68,8 @@ describe('users', () => {
|
||||
|
||||
it('with no name', async () => {
|
||||
const variables = {
|
||||
id: 'u47'
|
||||
id: 'u47',
|
||||
name: null
|
||||
}
|
||||
const expected = 'Username must be at least 3 characters long!'
|
||||
await expect(client.request(mutation, variables))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user