Skip to content

Commit

Permalink
Update AnalyticsDatasourceTest.php
Browse files Browse the repository at this point in the history
Signed-off-by: Rello <[email protected]>
  • Loading branch information
Rello authored Jun 27, 2024
1 parent 93f946e commit a02ec8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Analytics/AnalyticsDatasourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function testGetId() {
$this->assertEquals(66, $this->mockDatasource()->getId());
}

public function testGetTemplate() {
public function testGetTemplate() {
// Mock form object
$form = $this->createMock(\OCA\Forms\Db\Form::class);
$form->method('getId')->willReturn(1);
Expand Down

0 comments on commit a02ec8f

Please sign in to comment.