Skip to content

Commit da86119

Browse files
committed
v 24.6.0
1 parent 1f86820 commit da86119

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you're using Maven, add this to your pom file:
8383
<dependency>
8484
<groupId>com.approvaltests</groupId>
8585
<artifactId>approvaltests</artifactId>
86-
<version>24.5.0</version>
86+
<version>24.6.0</version>
8787
<scope>test</scope>
8888
</dependency>
8989
```
@@ -92,7 +92,7 @@ If you're using Maven, add this to your pom file:
9292

9393
```gradle
9494
dependencies {
95-
testImplementation("com.approvaltests:approvaltests:24.5.0")
95+
testImplementation("com.approvaltests:approvaltests:24.6.0")
9696
}
9797
```
9898

approvaltests-tests/src/test/java/org/approvaltests/inline/InlineApprovalsTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ void testSemiAutomaticMessage()
200200
void testSemiAutomaticWithPreviousApproved()
201201
{
202202
var expected = """
203-
42
204-
***** DELETE ME TO APPROVE *****
205-
vvvvv PREVIOUS RESULT vvvvv
206-
41
207-
""";
203+
42
204+
***** DELETE ME TO APPROVE *****
205+
vvvvv PREVIOUS RESULT vvvvv
206+
41
207+
""";
208208
var options = new Options().inline(expected, InlineOptions.semiAutomaticWithPreviousApproved());
209209
try
210210
{

0 commit comments

Comments
 (0)