Skip to content

Commit 3de1cfe

Browse files
Unit test case fix
1 parent dae9a74 commit 3de1cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/bin/helpers/sync/syncSpecsLogs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe("syncSpecsLogs", () => {
9696
expect(options.columns[1].alignment).to.equal('center');
9797
expect(options.columns[2].alignment).to.equal('left');
9898
expect(options.columns[1].width).to.equal(1);
99-
expect(options.columns[2].width).to.equal(50);
99+
expect(options.columns[2].width).to.equal(80);
100100
expect(options.columnCount).to.equal(3);
101101
expect(getBorderConfigStub.calledOnce).to.be.true;
102102
});

0 commit comments

Comments
 (0)