Skip to content

Commit

Permalink
update test for zulu time
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Feb 13, 2020
1 parent aac10e2 commit 21dfccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('UPDATE case', () => {

const response = await routeHandler(theContext, request, kibanaResponseFactory);
expect(response.status).toEqual(200);
expect(typeof response.payload.updated_at).toBe('number');
expect(typeof response.payload.updated_at).toBe('string');
expect(response.payload.state).toEqual('closed');
});
it(`Returns an error if updateCase throws`, async () => {
Expand Down

0 comments on commit 21dfccc

Please sign in to comment.