File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
approvaltests-tests/src/test/java/org/approvaltests/inline Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -181,9 +181,9 @@ private static Mutable<String> hijackInlineReporter(Options options)
181181 void testSemiAutomaticMessage ()
182182 {
183183 var expected = """
184- 41
185- ***** DELETE ME TO APPROVE *****
186- """ ;
184+ 41
185+ ***** DELETE ME TO APPROVE *****
186+ """ ;
187187 var options = new Options ().inline (expected , InlineOptions .semiAutomatic ());
188188 try
189189 {
@@ -198,11 +198,11 @@ void testSemiAutomaticMessage()
198198 void testSemiAutomaticWithPreviousApproved ()
199199 {
200200 var expected = """
201- 42
202- ***** DELETE ME TO APPROVE *****
203- vvvvv PREVIOUS RESULT vvvvv
204- 41
205- """ ;
201+ 42
202+ ***** DELETE ME TO APPROVE *****
203+ vvvvv PREVIOUS RESULT vvvvv
204+ 41
205+ """ ;
206206 var options = new Options ().inline (expected , InlineOptions .semiAutomaticWithPreviousApproved ());
207207 try
208208 {
You can’t perform that action at this time.
0 commit comments