Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 1, 2024
1 parent b8e6e74 commit 37f4938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public void testApplyDelta() throws Exception {
@Test
public void testApplyDeltaFromFiles() throws Exception {
for (int i = 1; i <= 5; i++) {
String dir = "/data/" + i;
String dir = "data/" + i;

byte[] origin = readResourceAsBytes(dir + "/origin");
byte[] target = readResourceAsBytes(dir + "/target");
Expand Down

0 comments on commit 37f4938

Please sign in to comment.