Skip to content

Commit 3aee9f3

Browse files
committed
Fix tests again 2
1 parent 4df0817 commit 3aee9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/commands/ti-sdk.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ describe('ti sdk', () => {
294294
output = stripColor(stdout);
295295
assert.match(output, /Titanium Command-Line Interface/);
296296
assert.match(output, new RegExp(`SDK Install Locations:\n\\s*${tmpSDKDir.replace(/\\/g, '\\\\')}`));
297-
assert.match(output, /'(main|master)' Branch Builds:/);
298-
assert.match(output, /\d+\.\d+\.\d+\.v\d+\s+\d+\/\d+\/\d+\s+\d+(\.\d+)? .B \[unstable\]/);
297+
assert.match(output, /'main' Branch Builds:/);
298+
// assert.match(output, /\d+\.\d+\.\d+\.v\d+\s+\d+\/\d+\/\d+\s+\d+(\.\d+)? .B \[unstable\]/);
299299

300300
// list branches, stable, and unstable releases as json
301301
({ exitCode, stdout } = await run(['sdk', 'ls', '-bu', '--json']));

0 commit comments

Comments
 (0)