Skip to content

Commit cd1bb8a

Browse files
moar
1 parent 959e590 commit cd1bb8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/sudo-execution.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('manual sudo execution e2e', function () {
2121
asJson: true,
2222
});
2323

24-
assert(typeof result.stdout === 'string');
25-
assert(result.stdout.length > 0);
24+
assert.strictEqual(typeof result.stdout, 'string');
25+
assert.ok(result.stdout.length > 0);
2626
});
2727
});

0 commit comments

Comments
 (0)