mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 08:04:09 +01:00
* [ADD] Updated database structure
* [MOD] Unit testing. Work in progress
This commit is contained in:
@@ -247,7 +247,7 @@ class NotificationRepositoryTest extends DatabaseTestCase
|
||||
|
||||
$this->expectException(ConstraintException::class);
|
||||
|
||||
$this->assertEquals(0, self::$repository->update($data));
|
||||
self::$repository->update($data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user