Skip to content

Commit 0dec761

Browse files
committed
Rename test for removed class
1 parent cab21b7 commit 0dec761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Unit/NavigationItemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function testIsCurrent()
243243
$this->assertFalse(NavigationItem::create(new Route(new InMemoryPage('bar')))->isActive());
244244
}
245245

246-
public function testIsCurrentWithExternalRoute()
246+
public function testIsCurrentWithLink()
247247
{
248248
Render::swap(Mockery::mock(RenderData::class, [
249249
'getRoute' => new Route(new InMemoryPage('foo')),

0 commit comments

Comments
 (0)