Skip to content

Commit 73007ed

Browse files
committed
feat(logger): Implement custom logger injection for Typesense client
1 parent 23d674b commit 73007ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Feature/ConfigurationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function testConfigurationWithCustomLogger(): void
5252

5353
// Assert that the logger is the same instance we passed
5454
$this->assertSame($customLogger, $logger);
55-
$this->assertEquals('custom-test-logger', $logger->getName());
5655
}
5756

5857
public function testConfigurationWithCustomLogLevel(): void

0 commit comments

Comments
 (0)