Skip to content

Commit 715bd2c

Browse files
committed
Update readme
1 parent 00e93be commit 715bd2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ If using the another library not build with null-safety. Please run with argumen
4949

5050
## Auto generate mock class using on Unit Test
5151
Example: After created the test class, and run command below, the mock class `MockMovieRepository` will auto generate
52-
```
53-
[@GenerateMocks([MovieRepository])]
52+
```Dart
53+
@GenerateMocks([MovieRepository])
5454
void main() {
5555
late MovieRepository repository;
5656
}

0 commit comments

Comments
 (0)