Skip to content

Commit

Permalink
fix: space
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Mar 3, 2020
1 parent cb37316 commit 94553b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/errors/error-formatter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as status from 'http-status';
import { formatError } from '../../src';

describe('formatError tests', () => {
test('calling formatError with UserInputError, bad request status code is inside the extensions', () => {
test('calling formatError with UserInputError, bad request status code is inside the extensions ', () => {
const error = {
originalError: new UserInputError('test'),
extensions: {},
Expand Down

0 comments on commit 94553b1

Please sign in to comment.