chore: madrun: test: rm --check-duplicates

This commit is contained in:
coderaiser 2023-01-15 18:57:20 +02:00
parent f5df731491
commit 52f47a2434
8 changed files with 9 additions and 26 deletions

View file

@ -121,7 +121,7 @@ test('cloudfunc: formatMsg', (t) => {
t.end();
});
test('cloudfunc: formatMsg', (t) => {
test('cloudfunc: formatMsg: no name', (t) => {
const msg = 'hello';
const name = null;
const status = 'ok';

View file

@ -19,7 +19,7 @@ test('cloudcmd: show-config: bad arguments', (t) => {
t.end();
});
test('cloudcmd: show-config: return', (t) => {
test('cloudcmd: show-config: empty: return', (t) => {
t.equal(showConfig({}), '', 'should return string');
t.end();
});