diff --git a/tests/db/validate.test.ts b/tests/db/validate.test.ts index 495a9b70..f60d3eda 100644 --- a/tests/db/validate.test.ts +++ b/tests/db/validate.test.ts @@ -43,6 +43,9 @@ describe('db:validate', () => { } catch (error) { expect((error as ExecError).status).toBe(1) expect((error as ExecError).stdout).toContain('entry with the id "aaa" already exists') + expect((error as ExecError).stdout).toContain( + 'entry with the channel "002RadioTV.do" and ref "eee" already exists' + ) } })