Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Komskis committed Apr 15, 2018
1 parent e440b31 commit cc6f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/writeups/writeups.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MockExternalFileService {
public getWriteup(id: number) {
return of({
name: 'writeup name',
description: 'description'
description: 'description',
text: 'test',
id: id
});
Expand Down

0 comments on commit cc6f312

Please sign in to comment.