diff options
Diffstat (limited to 'test/jstd-scenario-adapter')
| -rw-r--r-- | test/jstd-scenario-adapter/AdapterSpecs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jstd-scenario-adapter/AdapterSpecs.js b/test/jstd-scenario-adapter/AdapterSpecs.js index f0d54d3c..e360ad4f 100644 --- a/test/jstd-scenario-adapter/AdapterSpecs.js +++ b/test/jstd-scenario-adapter/AdapterSpecs.js @@ -42,7 +42,7 @@ describe('jstd-adapter', function() { */ function buildTestConf(type) { return new jstestdriver.TestRunConfiguration( - new jstestdriver.TestCaseInfo('Fake test - ' + Math.random(), function(){}, type), null); + new jstestdriver.TestCaseInfo('Fake test - ' + Math.random(), function() {}, type), null); } /** |
