Skip to content

Commit 3573127

Browse files
committed
fixed typo
1 parent 22b86ab commit 3573127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exporthistory/src/test/java/com/microsoft/durabletask/exporthistory/activities/ExportInstanceHistoryActivityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void blobName_json_hasSha256HashAndJsonExtension() {
6060
}
6161

6262
@Test
63-
void blobName_deterministic_samInputsProduceSameHash() {
63+
void blobName_deterministic_sameInputsProduceSameHash() {
6464
Instant ts = Instant.parse("2026-01-15T10:30:00Z");
6565
String name1 = generateBlobFileName(ts, "instance-abc", ExportFormatKind.JSONL);
6666
String name2 = generateBlobFileName(ts, "instance-abc", ExportFormatKind.JSONL);

0 commit comments

Comments
 (0)