mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Last minute fixes in test code and UI
This commit is contained in:
@@ -62,7 +62,7 @@ class TagFactoryTest extends TestCase
|
||||
*/
|
||||
public function testFindOrCreateNew(): void
|
||||
{
|
||||
$tag = sprintf('§Some new tag #%d', $this->randomInt());
|
||||
$tag = sprintf('Some new tag %d', $this->randomInt());
|
||||
/** @var TagFactory $factory */
|
||||
$factory = app(TagFactory::class);
|
||||
$factory->setUser($this->user());
|
||||
|
Reference in New Issue
Block a user