diff --git a/test/function/custom-path-resolver-async/_config.js b/test/function/custom-path-resolver-async/_config.js index 96ce9aa..acb62d0 100644 --- a/test/function/custom-path-resolver-async/_config.js +++ b/test/function/custom-path-resolver-async/_config.js @@ -1,7 +1,7 @@ var assert = require( 'assert' ); module.exports = { - description: 'uses a custom path resolver (synchronous)', + description: 'uses a custom path resolver (asynchronous)', options: { resolvePath: function ( importee, importer ) { var Promise = require( 'sander' ).Promise;