Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Revert "Fix PreparationService test"
Browse files Browse the repository at this point in the history
This reverts commit b679d39.
  • Loading branch information
gmrukwa committed Mar 11, 2018
1 parent dcc64d9 commit bbc4d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/preparations/shared/preparation.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('PreparationService', () => {
preparationService
.getAll()
.subscribe((response) => {
expect(response[0].id).toEqual('1');
expect(response[0].id).toEqual(1);
expect(response[0].name).toEqual('Preparation 1');
});
}));
Expand Down

0 comments on commit bbc4d73

Please sign in to comment.