Skip to content

Commit b4b7859

Browse files
committed
Rename tests
1 parent 6e402d6 commit b4b7859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ethereum/statetransition/src/test/java/tech/pegasys/teku/statetransition/util/DebugDataDumperTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void constructionOfDirectories_shouldDisableWhenFailedToCreate(@TempDir Path tem
187187
}
188188

189189
@Test
190-
void formatTimestamp_shouldFormatDate() {
190+
void formatOptionalTimestamp_shouldFormatTimestamp() {
191191
final DebugDataDumper manager = new DebugDataDumper(Path.of("."), true);
192192
final String formattedTimestamp =
193193
manager.formatOptionalTimestamp(Optional.of(timeProvider.getTimeInMillis()), timeProvider);
@@ -196,7 +196,7 @@ void formatTimestamp_shouldFormatDate() {
196196
}
197197

198198
@Test
199-
void generateTimestamp_shouldGenerateTimestamp() {
199+
void formatOptionalTimestamp_shouldGenerateTimestamp() {
200200
final DebugDataDumper manager = new DebugDataDumper(Path.of("."), true);
201201
final String formattedTimestamp =
202202
manager.formatOptionalTimestamp(Optional.empty(), timeProvider);

0 commit comments

Comments
 (0)