Skip to content

Commit 36f1e72

Browse files
committed
test: Fix test
1 parent 5d35235 commit 36f1e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugins/test/unit/menu/104Export/foundation.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ describe('Export104 foundation', () => {
5353
];
5454

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

6060
expect(errors).to.deep.equal(expectedErrors);

0 commit comments

Comments
 (0)