mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fixing namespace of MapperTestUtility
and rename file to be lowercase
This commit is contained in:
parent
5922689276
commit
d430e743b3
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
namespace OCP\AppFramework\Db;
|
||||
namespace Test\AppFramework\Db;
|
||||
|
||||
|
||||
/**
|
||||
Loading…
Reference in a new issue