Skip to content

Commit b6d5d8d

Browse files
zwiliaslydell
andauthored
Fix typo
Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
1 parent 448eafc commit b6d5d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ describe('Testing elm-test on single Elm files', () => {
292292
}
293293
}
294294

295-
it(`Should not crash the junit reportor on invalid characters`, () => {
295+
it(`Should not crash the junit reporter on invalid characters`, () => {
296296
const itsPath = path.join('tests', 'InvalidXMLCharacter', 'Test.elm');
297297
const runResult = execElmTest([itsPath, '--report', 'junit'], cwd);
298298
assertTestSuccess(runResult);

0 commit comments

Comments
 (0)