From 3ccbdb7afd95972fbfdb797601acaedd467663a4 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:33 +0100 Subject: testing of the full group routes --- tests/Unit/GroupTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit/GroupTest.php') diff --git a/tests/Unit/GroupTest.php b/tests/Unit/GroupTest.php index 5bb82bc..58d58d6 100644 --- a/tests/Unit/GroupTest.php +++ b/tests/Unit/GroupTest.php @@ -82,7 +82,7 @@ it('order all ancestors and self root first', function () use ($make) { it('gets the path with no prefix or parents') ->expect(fn () => $make()->getFullPrefix()) - ->toBe('/'); + ->toBe(''); it('gets the path without parents') ->expect(fn () => $make()->prefix('/t1/t2')->getFullPrefix()) -- cgit v1.2.3