Fixed test
Some checks failed
Build / Build NPM Project (push) Failing after 39s
Build / Publish Documentation (push) Has been skipped
Build / Tag Version (push) Has been skipped

This commit is contained in:
2025-06-24 20:55:12 -04:00
parent 8f7e816571
commit 3b7d28de4b

View File

@ -27,7 +27,7 @@ describe('Path Events', () => {
describe('PathEvent', () => {
it('parses event string', () => {
const pe = new PathEvent('Users/system:cr');
const pe = new PathEvent('users/system:cr');
expect(pe.module).toBe('users');
expect(pe.fullPath).toBe('users/system');
expect(pe.name).toBe('system');