This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit b87cbef6 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

fixed failing UI test

parent 6bb5baf9
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -24,7 +24,7 @@ describe('Service Tests', () => {
httpMock = injector.get(HttpTestingController);
currentDate = moment();
elemDefault = new Likes(0, currentDate, 0, 0);
elemDefault = new Likes(0, currentDate, 0, '0');
});
describe('Service methods', () => {
......
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