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 6069500 commit 4cd80f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/XacroOfficial.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ describe('Basic Xacro Tests', () => {
</a>`,
() => done(new Error()),
null,
() => done()),
() => done());
} );

Check failure on line 845 in test/XacroOfficial.test.js

View workflow job for this annotation

GitHub Actions / build (18.x)

There should be no space before this paren

Check failure on line 845 in test/XacroOfficial.test.js

View workflow job for this annotation

GitHub Actions / build (20.x)

There should be no space before this paren

it('test_default_arg_empty', async() =>
Expand Down

0 comments on commit 4cd80f1

Please sign in to comment.