Skip to content

Commit 07f712d

Browse files
committed
Update README
1 parent 2ac7d76 commit 07f712d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ JUnit Jupiter offers a
2020
for customizing how temporary directories are created via the `@TempDir` annotation.
2121
The SPI allows libraries like Jimfs to provide their own implementation.
2222

23-
According to [google/jimfs#258](https://github.com/google/jimfs/issues/258),
24-
Google is not yet a JUnit Jupiter user and first-party support may only be provided when Google adopts JUnit Jupiter.
23+
I asked Google to provide first-party support in [google/jimfs#258](https://github.com/google/jimfs/issues/258).
24+
However, Google has not yet started using JUnit Jupiter and first-party support may only be provided when Google
25+
does so.
2526

26-
For this reason, I decided to implement this extension to aid all the users that would like a smooth integration between
27-
Jimfs and JUnit Jupiter.
27+
For this reason, I decided to implement this extension to aid all the users that would like a smooth integration
28+
between Jimfs and JUnit Jupiter.
2829
If Google ever offers first-party support for this integration, this project will likely be discontinued.
2930

3031
## Compatibility

0 commit comments

Comments
 (0)