From 31c0b67c799bed36e7d9b668801f98de9251ec77 Mon Sep 17 00:00:00 2001
From: jordan <jordanishanda@yahoo.com>
Date: Thu, 19 Sep 2019 14:18:59 +0700
Subject: [PATCH] [GREEN] Functional test h npm

---
 functional_tests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/functional_tests.py b/functional_tests.py
index 4667a02c..80415eb3 100644
--- a/functional_tests.py
+++ b/functional_tests.py
@@ -16,6 +16,7 @@ class NewVisitorTest(unittest.TestCase):
 
         h = self.browser.page_source
         self.assertIn('Jordan Muhammad Andrianda', h)
+        self.assertIn('1506722765', h) 
 
 
 
-- 
GitLab