Skip to content

Commit

Permalink
Fix Test class name
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Mar 12, 2021
1 parent 6951c4e commit 2d92f11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
use Test\TestCase;

/**
* Class AccountsManagerTest
* Class AccountManagerTest
*
* @group DB
* @package Test\Accounts
*/
class AccountsManagerTest extends TestCase {
class AccountManagerTest extends TestCase {

/** @var \OCP\IDBConnection */
private $connection;
Expand Down

0 comments on commit 2d92f11

Please sign in to comment.