From 9fbe4ce3b0d09cc5d5380b0d97987d95a4c99196 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Fri, 13 Feb 2015 14:34:58 +1300 Subject: [PATCH] Fix typo in my previous commit refs #7167 --- tests/javascript/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/javascript/index.php b/tests/javascript/index.php index 5e8570b620..550c0f2451 100644 --- a/tests/javascript/index.php +++ b/tests/javascript/index.php @@ -2829,7 +2829,7 @@ if ($sqlite) { // Visitor ID is not yet the User id notEqual(tracker.hook.test._sha1(userIdString).substr(0, 16), tracker3.getVisitorId()); - notEqual("s", tracker3.getVisitorId()); + notEqual("", tracker3.getVisitorId()); ok( tracker3.getVisitorId().length === 16, "Visitor ID is 16 chars string"); // Set User ID and verify it was set -- GitLab