There was an error while loading. Please reload this page.
1 parent 959e590 commit cd1bb8aCopy full SHA for cd1bb8a
1 file changed
test/e2e/sudo-execution.spec.ts
@@ -21,7 +21,7 @@ describe('manual sudo execution e2e', function () {
21
asJson: true,
22
});
23
24
- assert(typeof result.stdout === 'string');
25
- assert(result.stdout.length > 0);
+ assert.strictEqual(typeof result.stdout, 'string');
+ assert.ok(result.stdout.length > 0);
26
27
0 commit comments