This commit is contained in:
Justin Dalrymple 2018-05-04 15:40:52 -04:00 committed by Justin
parent ed460aaf2f
commit cc10aeb035

View File

@ -37,4 +37,4 @@ describe('Creation of BaseService instance', () => {
expect(service.headers['private-token']).toBe('1234');
});
});
});