Skip to content

Commit 8e67a4f

Browse files
committed
updated infoBar test
1 parent a8413fe commit 8e67a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/__tests__/InfoBar-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('InfoBar', () => {
5252
it('should render the correct className', () => {
5353
const styles = require('components/InfoBar/InfoBar.scss');
5454
const component = findRenderedDOMComponentWithClass(renderer, styles.infoBar);
55-
expect(styles.infoBar).to.be.a('string');
56-
expect(component.className).to.include(styles.infoBar);
55+
expect(styles.wrapper).to.be.a('string');
56+
expect(component.className).to.include(styles.wrapper);
5757
});
5858
});

0 commit comments

Comments
 (0)