From d1cc9f1a3752115ce3db398c3f710c2e225b0929 Mon Sep 17 00:00:00 2001
From: Roland Hartanto <rolandhartanto@gmail.com>
Date: Thu, 26 Apr 2018 00:31:04 +0700
Subject: [PATCH] fix CI

---
 tests/Unit/ExampleTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php
index a70137c..fa97ad8 100644
--- a/tests/Unit/ExampleTest.php
+++ b/tests/Unit/ExampleTest.php
@@ -25,7 +25,7 @@ class ExampleTest extends TestCase
         $response->assertStatus(200);
 
         $username = 'admin';
-        $password = 'admin';
+        $password = 'admin123';
         Session::start();
 
         $response = $this->followingRedirects()->call('POST', '/login', [
-- 
GitLab