Skip to content

Commit

Permalink
Use correct value for failure store generation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed Mar 18, 2024
1 parent 04f1c54 commit 526f70c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public static DataStream newInstance(
failureStores.size() > 0,
failureStores,
null,
1
failureStores.size() + 1
);
}

Expand Down

0 comments on commit 526f70c

Please sign in to comment.