Skip to content

Commit 01b0352

Browse files
committed
updated infoBar test
1 parent 8e67a4f commit 01b0352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/__tests__/InfoBar-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('InfoBar', () => {
5151

5252
it('should render the correct className', () => {
5353
const styles = require('components/InfoBar/InfoBar.scss');
54-
const component = findRenderedDOMComponentWithClass(renderer, styles.infoBar);
54+
const component = findRenderedDOMComponentWithClass(renderer, styles.wrapper);
5555
expect(styles.wrapper).to.be.a('string');
5656
expect(component.className).to.include(styles.wrapper);
5757
});

0 commit comments

Comments
 (0)