Unverified Commit 962abf49 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1123 from hypothesis/fix-silently-failing-test

Fix a silently failing test
parents 51cdfc06 99bdfd8e
...@@ -383,7 +383,7 @@ describe('sidebar.components.hypothesis-app', function() { ...@@ -383,7 +383,7 @@ describe('sidebar.components.hypothesis-app', function() {
it('clears groups', () => { it('clears groups', () => {
const ctrl = createController(); const ctrl = createController();
ctrl.login().then(() => { return ctrl.login().then(() => {
assert.called(fakeStore.clearGroups); assert.called(fakeStore.clearGroups);
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment