Skip to content

Commit

Permalink
ui: Fixes 5xx backoff error throwing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cowen committed Jan 28, 2019
1 parent 9a48b30 commit d4e3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-v2/tests/unit/utils/dom/event-source/blocking-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test("the 5xx backoff continues to throw when it's not a 5xx", function(assert)
{ errors: [{ status: '5050' }] },
].forEach(function(item) {
assert.throws(function() {
backoff();
backoff(item);
});
});
});
Expand Down

0 comments on commit d4e3022

Please sign in to comment.