Skip to content

Commit

Permalink
Fix the title of the negative test case
Browse files Browse the repository at this point in the history
  • Loading branch information
daniilsapa committed Jul 13, 2024
1 parent 5509bc2 commit d5a54cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('no-segments-on-sliced-layers rule', () => {
expect(noSegmentsOnSlicedLayers.check(root)).toEqual({ diagnostics: [] })
})

it('reports errors on a project where the "Entities" layer has segments in direct children', () => {
it('reports errors on a project where a sliced layer has segments among its direct children', () => {
const root = parseIntoFsdRoot(`
📂 shared
📂 ui
Expand Down

0 comments on commit d5a54cb

Please sign in to comment.