Skip to content

Commit a3fbdde

Browse files
committed
revert the code
1 parent 77adb6c commit a3fbdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/Col.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Col', () => {
1212
expect(className).toContain(style['col-xs-12']);
1313
expect(className).toContain(style['col-sm-8']);
1414
expect(className).toContain(style['col-md-6']);
15-
expect(className).toContain(style['col-lg-145']);
15+
expect(className).toContain(style['col-lg-4']);
1616
});
1717

1818
it('Should add "reverse" class if "reverse" property is true', () => {

0 commit comments

Comments
 (0)