Skip to content

Commit

Permalink
test: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Oct 7, 2024
1 parent 5d35235 commit 36f1e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/test/unit/menu/104Export/foundation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ describe('Export104 foundation', () => {
];

const expectedErrors = [
'Unknown signal type for ti: 25, ioa: 1031001',
'ti or ioa are missing or ioa is less than 4 digits, ti: 35, ioa: 103',
'[protocol104.export.errors.unknownSignalType]',
'[protocol104.export.errors.tiOrIoaInvalid]',
];

expect(errors).to.deep.equal(expectedErrors);
Expand Down

0 comments on commit 36f1e72

Please sign in to comment.