Skip to content

Commit

Permalink
Update src/__tests__/RESTController-test.js
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel <[email protected]>
  • Loading branch information
mtrezza authored Apr 18, 2024
1 parent b27155b commit b777ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/RESTController-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ describe('RESTController', () => {
expect(response._headers['X-Parse-Push-Status-Id']).toBe('5678');
});

it('Dont call getRequestHeader with no headers or no getAllResponseHeaders', async () => {
it('does not call getRequestHeader with no headers or no getAllResponseHeaders', async () => {
const XHR = function () {};
XHR.prototype = {
open: function () {},
Expand Down

0 comments on commit b777ded

Please sign in to comment.