Integration is typo'd.

This commit is contained in:
Steven R. Baker
2018-03-02 23:59:48 +01:00
parent 082ac95d4c
commit c79d228efa

View File

@@ -832,7 +832,7 @@ To do that create a new file called **ownnotes/tests/Integration/NoteIntegration
use OCA\OwnNotes\Db\Note;
class NoteIntregrationTest extends TestCase {
class NoteIntegrationTest extends TestCase {
private $controller;
private $mapper;