summaryrefslogtreecommitdiff
path: root/tests/Unit/GroupTest.php
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:33 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:33 +0100
commit3ccbdb7afd95972fbfdb797601acaedd467663a4 (patch)
tree6e6a8e021f42e82cfb63c64f2c3759d8bcdcbaf3 /tests/Unit/GroupTest.php
parent7d76684ad6cd0182545489d7ed54ae9823d94ffa (diff)
testing of the full group routes
Diffstat (limited to 'tests/Unit/GroupTest.php')
-rw-r--r--tests/Unit/GroupTest.php2
1 files changed, 1 insertions, 1 deletions
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())