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 b556eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
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 b556eab

Please sign in to comment.