Commit 2a4f4f00 authored by Ben Hayward's avatar Ben Hayward

Fixed failing tests

1 merge request!501[Sprint/LuckyLizard](fix) Boost console feed #1596
Pipeline #78096219 passed with stages
in 31 minutes and 31 seconds
......@@ -19,6 +19,7 @@ describe('BoostConsoleBooster', () => {
let comp: BoostConsoleBooster;
let fixture: ComponentFixture<BoostConsoleBooster>;
window.Minds.user = { guid: 123 };
beforeEach(async(() => {
TestBed.configureTestingModule({
......
......@@ -14,5 +14,6 @@ export let feedsServiceMock = {
response() { return {'response': true } },
setEndpoint(str) { return this }, //chainable
setLimit(limit) { return this },
setParams(params) { return this },
fetch() { return this },
};
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