diff options
Diffstat (limited to 'tests/units/SendgridTest.php')
-rw-r--r-- | tests/units/SendgridTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/SendgridTest.php b/tests/units/SendgridTest.php index 1814c761..1fc5d0d5 100644 --- a/tests/units/SendgridTest.php +++ b/tests/units/SendgridTest.php @@ -48,7 +48,7 @@ class SendgridTest extends Base $tc = new TaskCreation($this->container); $tf = new TaskFinder($this->container); - $this->assertEquals(2, $u->create(array('name' => 'me', 'email' => 'me@localhost'))); + $this->assertEquals(2, $u->create(array('username' => 'me', 'email' => 'me@localhost'))); $this->assertEquals(1, $p->create(array('name' => 'test1'))); $this->assertEquals(2, $p->create(array('name' => 'test2', 'identifier' => 'TEST1'))); |