Skip to content

Commit c17c8db

Browse files
committed
Fix small bug in code example paranthesis in part5c
1 parent 0114fc9 commit c17c8db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/5/fi/osa5c.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ describe('<Togglable />', () => {
485485
const element = screen.getByText('togglable content')
486486
expect(element).toBeVisible()
487487
})
488+
})
488489
```
489490

490491
Ennen jokaista testiä suoritettava _beforeEach_ renderöi <i>Togglable</i>-komponentin.

0 commit comments

Comments
 (0)