test: Update snapshots

This commit is contained in:
Tom Moor
2019-09-21 13:26:28 -07:00
parent 1797a0e90c
commit b20d41a047
3 changed files with 12 additions and 18 deletions

View File

@ -107,7 +107,7 @@ describe('#users.update', async () => {
const body = await res.json();
expect(res.status).toEqual(200);
expect(body).toMatchSnapshot();
expect(body.data.name).toEqual('New name');
});
it('should require authentication', async () => {