Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 14, 2015
1 parent 620ed55 commit 8622141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test-urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function testUrls (opts) {
.then(function(response) {

new Promise(function (reolve, reject) {
if (response.status !== expected.statsu) {
if (response.status !== expected.status) {
if (failures.indexOf('bad status: ' + response.status) === -1) {
failures.push('bad status: ' + response.status);
}
Expand Down

0 comments on commit 8622141

Please sign in to comment.