Skip to content

Commit d476f6a

Browse files
committed
Update test method name to match new usages
1 parent 6d208d3 commit d476f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/HydeServiceProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function test_provider_has_boot_method()
5757
$this->assertTrue(method_exists($this->provider, 'boot'));
5858
}
5959

60-
public function test_provider_registers_asset_service_contract()
60+
public function test_provider_registers_asset_service()
6161
{
6262
$this->assertTrue($this->app->bound(AssetService::class));
6363
$this->assertInstanceOf(AssetService::class, $this->app->make(AssetService::class));

0 commit comments

Comments
 (0)