Skip to content

Commit

Permalink
Correct the test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Øvrelid committed Feb 2, 2024
1 parent 97e8a25 commit c54f6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/schema-model/src/lib/SchemaModel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ describe('SchemaModel', () => {
expect(result).toBeFalsy();
});

it('Returns false if definition parent is in use', () => {
it('Returns true if definition parent is in use', () => {
const result = schemaModel.areDefinitionParentsInUse(defNodeWithChildrenChildMock.pointer);
expect(result).toBeTruthy();
});
Expand Down

0 comments on commit c54f6fe

Please sign in to comment.