Skip to content

Commit

Permalink
Update XacroOfficial.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Jun 13, 2024
1 parent b94ec3f commit 6069500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/XacroOfficial.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -835,14 +835,14 @@ describe('Basic Xacro Tests', () => {
),
);

it('test_default_arg_missing', (done) =>
it('test_default_arg_missing', (done) => {
runXacro(`<a xmlns:xacro="http://www.ros.org/wiki/xacro">
<a arg="$(arg foo)"/>
</a>`,
() => done(new Error()),
null,
() => done()),
);
} );

it('test_default_arg_empty', async() =>
runXacro(`<a xmlns:xacro="http://www.ros.org/wiki/xacro">
Expand Down

0 comments on commit 6069500

Please sign in to comment.