Skip to content

Commit e726e2a

Browse files
committed
d updated markdown snippets
1 parent 809dfda commit e726e2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

approvaltests/docs/how_to/ConsistentTimeZones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ try (WithTimeZone tz = new WithTimeZone("UTC"))
2626
}
2727
// The computer's time zone will revert to previous setting here
2828
```
29-
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/parser/VelocityUtilsTest.java#L38-L44' title='Snippet source file'>snippet source</a> | <a href='#snippet-with_time_zone' title='Start of snippet'>anchor</a></sup>
29+
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/parser/VelocityUtilsTest.java#L40-L46' title='Snippet source file'>snippet source</a> | <a href='#snippet-with_time_zone' title='Start of snippet'>anchor</a></sup>
3030
<!-- endSnippet -->

approvaltests/docs/how_to/PatternsForTestingDataAccessAndRendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void testWithMockedData()
9494
}
9595
}
9696
```
97-
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/persistence/LoaderTest.java#L20-L33' title='Snippet source file'>snippet source</a> | <a href='#snippet-testing_rendered_data' title='Start of snippet'>anchor</a></sup>
97+
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/persistence/LoaderTest.java#L21-L34' title='Snippet source file'>snippet source</a> | <a href='#snippet-testing_rendered_data' title='Start of snippet'>anchor</a></sup>
9898
<!-- endSnippet -->
9999

100100
### Summary
@@ -127,7 +127,7 @@ void testWithDatabaseAccess()
127127
}
128128
}
129129
```
130-
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/persistence/LoaderTest.java#L38-L48' title='Snippet source file'>snippet source</a> | <a href='#snippet-testing_executable_command' title='Start of snippet'>anchor</a></sup>
130+
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/persistence/LoaderTest.java#L40-L50' title='Snippet source file'>snippet source</a> | <a href='#snippet-testing_executable_command' title='Start of snippet'>anchor</a></sup>
131131
<!-- endSnippet -->
132132

133133
### Testing Executable Commands

0 commit comments

Comments
 (0)