Skip to content

Commit

Permalink
v 24.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 23, 2024
1 parent 1f86820 commit da86119
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ If you're using Maven, add this to your pom file:
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>24.5.0</version>
<version>24.6.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file:

```gradle
dependencies {
testImplementation("com.approvaltests:approvaltests:24.5.0")
testImplementation("com.approvaltests:approvaltests:24.6.0")
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ void testSemiAutomaticMessage()
void testSemiAutomaticWithPreviousApproved()
{
var expected = """
42
***** DELETE ME TO APPROVE *****
vvvvv PREVIOUS RESULT vvvvv
41
""";
42
***** DELETE ME TO APPROVE *****
vvvvv PREVIOUS RESULT vvvvv
41
""";
var options = new Options().inline(expected, InlineOptions.semiAutomaticWithPreviousApproved());
try
{
Expand Down

0 comments on commit da86119

Please sign in to comment.