Skip to content

Commit 2558d8c

Browse files
committed
Fix tests
1 parent b25cf19 commit 2558d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/__tests__/components/navigation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('components/navigation.js', function () {
192192
wrapper.find('.navbar-brand').simulate('click');
193193

194194
expect(shell.openExternal).to.have.been.calledOnce;
195-
expect(shell.openExternal).to.have.been.calledWith('http://www.github.com/ekonstantinidis/gitify');
195+
expect(shell.openExternal).to.have.been.calledWith('http://www.github.com/manosim/gitify');
196196

197197
});
198198

0 commit comments

Comments
 (0)