Skip to content

Commit 043dec1

Browse files
author
Jérémy James Toussaint
committed
Using deterministic-output-path
1 parent 02dfeec commit 043dec1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/java/com/iexec/worker/result/ResultServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void shouldGetComputedFileWithWeb2ResultDigestSinceFileTree(){
6868
String hash = computedFile.getResultDigest();
6969
System.out.println(hash);
7070
// should be equal to the content of the file since it is a byte32
71-
assertThat(hash).isEqualTo("0x5efcd74e892340a0c6b0878e846e33aa92abaf23a2415fcdb3036b4b6de3024d");
71+
assertThat(hash).isEqualTo("0xc6114778cc5c33db5fbbd4d0f9be116ed0232961045341714aba5a72d3ef7402");
7272
}
7373

7474
@Test
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"deterministic-output": "/iexec_out"
2+
"deterministic-output-path": "/iexec_out"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"deterministic-output": "/iexec_out/computing-trace.txt"
2+
"deterministic-output-path": "/iexec_out/computing-trace.txt"
33
}

0 commit comments

Comments
 (0)