Skip to content

Commit

Permalink
typo in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldur Már Helgason committed Sep 12, 2013
1 parent fcf5ef0 commit 774bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/weather/tests/integration_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var helpers = require('../../../lib/test_helpers.js');
var assert = require('assert');

describe('weather', function(){
it("should return an error", function (done) {
it("should return info", function (done) {
var fieldsToCheckFor = ["info"];
var params = helpers.testRequestParams("/weather/");
var resultHandler = helpers.testRequestHandlerForFields(done, fieldsToCheckFor);
Expand Down

0 comments on commit 774bbd0

Please sign in to comment.