Skip to content

Commit 047831f

Browse files
committed
test: improve test description
1 parent 4c22acd commit 047831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-middleware-http/test/http.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('Http', () => {
7070
httpMiddleware(next)(request, response)
7171
}))
7272

73-
test('execute a get request which give not json response', () =>
73+
test("execute a get request which doesn't return a json response", () =>
7474
new Promise((resolve, reject) => {
7575
const request = createTestRequest({
7676
uri: '/foo/bar',

0 commit comments

Comments
 (0)