From 18377f4088349fd79aea57f813c01f3b3875e2f4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 23 Aug 2015 13:27:33 -0400 Subject: Fix unit test --- tests/units/UserTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/units') diff --git a/tests/units/UserTest.php b/tests/units/UserTest.php index e52f2849..f63ed3de 100644 --- a/tests/units/UserTest.php +++ b/tests/units/UserTest.php @@ -51,7 +51,6 @@ class UserTest extends Base { $u = new User($this->container); $this->assertNotFalse($u->create(array('username' => 'user1', 'password' => '123456', 'gitlab_id' => '1234'))); - $this->assertNotFalse($u->create(array('username' => 'user2', 'password' => '123456', 'gitlab_id' => ''))); $this->assertNotEmpty($u->getByGitlabId('1234')); $this->assertEmpty($u->getByGitlabId('')); -- cgit v1.2.3