diff options
Diffstat (limited to 'tests/Unit/GroupTest.php')
| -rw-r--r-- | tests/Unit/GroupTest.php | 2 |
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()) |
