Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit e267086

Browse files
broke the unit test with the class rename
1 parent 632fe7c commit e267086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AttributeInjectors/HostnameAttributeInjectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class HostnameAttributeInjectorTest extends TestCase
99
{
1010
public function testGetAttributeKey()
1111
{
12-
$injector = new HostnameAttributeInjectorTest();
12+
$injector = new HostnameAttributeInjector();
1313
$this->assertEquals('hostname', $injector->getAttributeKey());
1414

1515
$injector = new HostnameAttributeInjectorTest('custom_attribute');

0 commit comments

Comments
 (0)