Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Jul 28, 2024
1 parent 0a1121e commit bd7d7a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI](https://github.com/scordio/jimfs-junit-jupiter/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/scordio/jimfs-junit-jupiter/actions/workflows/main.yml?query=branch%3Amain)
[![Cross-Version](https://github.com/scordio/jimfs-junit-jupiter/actions/workflows/cross-version.yml/badge.svg?branch=main)](https://github.com/scordio/jimfs-junit-jupiter/actions/workflows/cross-version.yml?query=branch%3Amain)

This project provides a [JUnit Jupiter][] extension module that adds support for
This project provides a [JUnit Jupiter][] extension that adds support for
[`@TempDir`](https://junit.org/junit5/docs/current/api/org.junit.jupiter.api/org/junit/jupiter/api/io/TempDir.html)
directories based on the in-memory file system [Jimfs][].

Expand Down Expand Up @@ -92,7 +92,7 @@ void test(@JimfsTempDir(WINDOWS) Path tempDir) {

## Improvements

Compared to the native configuration options that Jimfs provides,
Compared to the configuration options that Jimfs provides,
Jimfs JUnit Jupiter exposes a much smaller surface to keep its usage simple.

In case you are missing something for your use case, please [raise an issue](../../issues/new)!
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.1.0-SNAPSHOT</version>

<name>Jimfs JUnit Jupiter</name>
<description>A JUnit Jupiter `@TempDir` extension based on the in-memory file system Jimfs</description>
<description>JUnit Jupiter `@TempDir` extension based on the in-memory file system Jimfs</description>
<url>https://github.com/scordio/jimfs-junit-jupiter</url>
<inceptionYear>2024</inceptionYear>
<licenses>
Expand Down

0 comments on commit bd7d7a6

Please sign in to comment.