Skip to content

Commit

Permalink
Merge pull request #858 from GoogleCloudPlatform/quartzmo-patch-1
Browse files Browse the repository at this point in the history
Fix wrong method in zone.js test
  • Loading branch information
callmehiphop committed Sep 11, 2015
2 parents 8a186ed + 3aaa915 commit 43270d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dns/zone.js
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ describe('Zone', function() {
});

it('should execute callback with error & API response', function(done) {
zone.getChanges({}, function(err, changes, nextQuery, apiResponse_) {
zone.getRecords({}, function(err, changes, nextQuery, apiResponse_) {
assert.strictEqual(err, error);
assert.strictEqual(apiResponse_, apiResponse);
done();
Expand Down

0 comments on commit 43270d7

Please sign in to comment.