From 35faeff1c9ad9fcc166b6d092e8fde33beb1d5bd Mon Sep 17 00:00:00 2001 From: Aldarien Date: Tue, 9 Feb 2021 17:32:26 -0300 Subject: [PATCH] Update tests --- tests/ContractTest.php | 5 ++++- tests/ServiceTest.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/ContractTest.php b/tests/ContractTest.php index c7f89ae..eb7f558 100644 --- a/tests/ContractTest.php +++ b/tests/ContractTest.php @@ -1,6 +1,9 @@ service = new Auth(); + $this->assertTrue($this->service != false); } }