File tree 1 file changed +2
-2
lines changed
ethereum/statetransition/src/test/java/tech/pegasys/teku/statetransition/util
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ void constructionOfDirectories_shouldDisableWhenFailedToCreate(@TempDir Path tem
187
187
}
188
188
189
189
@ Test
190
- void formatTimestamp_shouldFormatDate () {
190
+ void formatOptionalTimestamp_shouldFormatTimestamp () {
191
191
final DebugDataDumper manager = new DebugDataDumper (Path .of ("." ), true );
192
192
final String formattedTimestamp =
193
193
manager .formatOptionalTimestamp (Optional .of (timeProvider .getTimeInMillis ()), timeProvider );
@@ -196,7 +196,7 @@ void formatTimestamp_shouldFormatDate() {
196
196
}
197
197
198
198
@ Test
199
- void generateTimestamp_shouldGenerateTimestamp () {
199
+ void formatOptionalTimestamp_shouldGenerateTimestamp () {
200
200
final DebugDataDumper manager = new DebugDataDumper (Path .of ("." ), true );
201
201
final String formattedTimestamp =
202
202
manager .formatOptionalTimestamp (Optional .empty (), timeProvider );
You can’t perform that action at this time.
0 commit comments