Skip to content

Commit 77adb6c

Browse files
committed
intentionally breaking the code
1 parent 6062ea7 commit 77adb6c

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-4']);
15+
expect(className).toContain(style['col-lg-145']);
1616
});
1717

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

0 commit comments

Comments
 (0)