updated a test to fail

This commit is contained in:
jstaerk
2023-12-30 15:07:40 +01:00
parent eba5413610
commit bd206f2f95
3 changed files with 7 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ If you setup a Maven project, you can grab the artifacts using
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.6.1</version>
<version>2.10.0</version>
</dependency>
```