Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jul 21, 2015
1 parent b2f2839 commit 50b5447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dns/zone.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ describe('Zone', function() {
var query = { sort: 'desc' };

zone.makeReq_ = function(method, path, query) {
assert.strictEqual(query.sortBy, 'changeSequence');
assert.strictEqual(query.sortOrder, 'descending');
assert.strictEqual(query.sort, undefined);

Expand Down

0 comments on commit 50b5447

Please sign in to comment.