Skip to content

Commit 947ddb3

Browse files
pietroalbiniNemo157
andcommitted
Update src/queue.rs
Co-authored-by: Nemo157 <[email protected]>
1 parent 6f1ecd9 commit 947ddb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ mod tests {
248248
const MAX_ATTEMPTS: u16 = 3;
249249
crate::test::wrapper(|env| {
250250
env.override_config(|config| {
251-
config.build_attempts = 3;
251+
config.build_attempts = MAX_ATTEMPTS;
252252
});
253253
let queue = env.build_queue();
254254

0 commit comments

Comments
 (0)