Skip to content

Commit

Permalink
[ng] Fix all unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 20, 2024
1 parent ea1724b commit cbfc80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebird-ng/src/app/utils/three.utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('findObject3DNodes', () => {
});

it('should match nodes based on a pattern', () => {
const results = findObject3DNodes(root, 'match');
const results = findObject3DNodes(root, '**/match');
expect(results.nodes.length).toBe(1);
expect(results.nodes[0]).toBe(subchild2);
expect(results.fullPaths[0]).toBe('root/child2/match');
Expand Down

0 comments on commit cbfc80d

Please sign in to comment.