Skip to content

Commit

Permalink
Update definition in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
thisandagain committed Jan 8, 2013
1 parent a21bf8d commit db56f54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ test('module definition', function (t) {
*/
test('module helper methods', function (t) {
t.type(fastly.purge, 'function', 'method should be a function');
t.type(fastly.backends, 'function', 'method should be a function');
t.type(fastly.backend, 'function', 'method should be a function');
t.type(fastly.purgeAll, 'function', 'method should be a function');
t.type(fastly.stats, 'function', 'method should be a function');
t.end();
});

0 comments on commit db56f54

Please sign in to comment.