Skip to content

Commit

Permalink
Fixed copy and pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung-dev committed Jan 5, 2024
1 parent 4721c29 commit fa44799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/parsers/turnouts/turnoutListParser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('turnoutListParser()', function () {
})
})

describe('with Roster Items', function () {
describe('with Turnout Items', function () {
it('parses `<jT 1 22 333 4444>`', () => {
const result = turnoutListParser('<jT 1 22 333 4444>')

Expand Down

0 comments on commit fa44799

Please sign in to comment.