Skip to content

Commit 00441d5

Browse files
committed
chore: Fix tests
1 parent 6e3e73a commit 00441d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app/containers/App.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ describe('App container', () => {
1616
it('should contain an empty action list', () => {
1717
expect(
1818
component.find('div.actionListRows--jss-0-4').html()
19-
).toBe('<div class=" actionListRows--jss-0-4"></div>');
19+
).toBe('<div class="actionListRows--jss-0-4"></div>');
2020
});
2121
});

0 commit comments

Comments
 (0)