diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-08-29 16:40:10 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-29 16:40:10 +0200 |
commit | d9202b711f99344ae0a25cfacec347b74cce223b (patch) | |
tree | 232cf01e68ac4d302d65fba92287725007c1b117 /tests | |
parent | b0e0893a1a0ced6fc3f793349a81d46862339cab (diff) | |
download | nextcloud-server-d9202b711f99344ae0a25cfacec347b74cce223b.tar.gz nextcloud-server-d9202b711f99344ae0a25cfacec347b74cce223b.zip |
fix typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/tests/share/share_api_spec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/tests/share/share_api_spec.js b/tests/acceptance/tests/share/share_api_spec.js index 59274cde25b..ed41fa94021 100644 --- a/tests/acceptance/tests/share/share_api_spec.js +++ b/tests/acceptance/tests/share/share_api_spec.js @@ -6,7 +6,7 @@ var parseXml = require('xml2js').parseString; var flow = protractor.promise.controlFlow(); -ddescribe('Share Api', function() { +describe('Share Api', function() { var params = browser.params; var shareApi; var loginPage; @@ -47,4 +47,4 @@ ddescribe('Share Api', function() { }); -});
\ No newline at end of file +}); |