Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit 0faa351

Browse files
author
Gregor Woiwode
committed
Fixes test for component book
1 parent 4855d00 commit 0faa351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book-rating/src/app/book/book.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Component: Book', () => {
3737
@Component({
3838
selector: 'test',
3939
template: `
40-
<app-book></app-book>
40+
<br-book></br-book>
4141
`,
4242
directives: [BookComponent]
4343
})

0 commit comments

Comments
 (0)