Fix tests

This commit is contained in:
Koen Kanters
2021-01-09 15:17:09 +01:00
parent 7b0eb87685
commit 7014bb05f0
+1 -1
View File
@@ -737,7 +737,7 @@ describe('Settings', () => {
settings._reRead();
const error = `friendly_name is not allowed to end with /`;
const error = `friendly_name is not allowed to end or start with /`;
expect(settings.validate()).toEqual(expect.arrayContaining([error]));
});