You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/13 20:12:30 UTC

[cordova-windows] branch janpio-CB-13817 updated: add missing space

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-CB-13817
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/janpio-CB-13817 by this push:
     new ea28080  add missing space
ea28080 is described below

commit ea28080d47cbf99faf26e12c6e80242a63dfdf4a
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Feb 13 21:12:23 2018 +0100

    add missing space
---
 spec/e2e/endtoend.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/e2e/endtoend.spec.js b/spec/e2e/endtoend.spec.js
index c80b8ba..34b9a44 100644
--- a/spec/e2e/endtoend.spec.js
+++ b/spec/e2e/endtoend.spec.js
@@ -85,7 +85,7 @@ describe('Cordova create and build', function () {
         _expectSubdirAndFileExist('CordovaApp.Windows10_1.0.0.0_anycpu_debug_Test', 'CordovaApp.Windows10_1.0.0.0_anycpu_debug.appx');
     });
 
-    it('spec.2cshould build uwp (win10) project', function () {
+    it('spec.2c should build uwp (win10) project', function () {
         shell.exec(buildScriptPath + ' --appx=uwp', {silent: silent});
         _expectSubdirAndFileExist('CordovaApp.Windows10_1.0.0.0_anycpu_debug_Test', 'CordovaApp.Windows10_1.0.0.0_anycpu_debug.appx');
     });

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org