Skip to content

Commit db14de8

Browse files
committed
test: update valgrind snapshot tests
1 parent 1d9bd2e commit db14de8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/executor/valgrind/setup.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ mod tests {
201201
};
202202
assert_snapshot!(
203203
get_codspeed_valgrind_filename(&system_info).unwrap(),
204-
@"valgrind_3.26.0-0codspeed0_ubuntu-22.04_amd64.deb"
204+
@"valgrind_3.26.0-0codspeed2_ubuntu-22.04_amd64.deb"
205205
);
206206
}
207207

@@ -216,7 +216,7 @@ mod tests {
216216
};
217217
assert_snapshot!(
218218
get_codspeed_valgrind_filename(&system_info).unwrap(),
219-
@"valgrind_3.26.0-0codspeed0_ubuntu-24.04_amd64.deb"
219+
@"valgrind_3.26.0-0codspeed2_ubuntu-24.04_amd64.deb"
220220
);
221221
}
222222

@@ -231,7 +231,7 @@ mod tests {
231231
};
232232
assert_snapshot!(
233233
get_codspeed_valgrind_filename(&system_info).unwrap(),
234-
@"valgrind_3.26.0-0codspeed0_ubuntu-22.04_amd64.deb"
234+
@"valgrind_3.26.0-0codspeed2_ubuntu-22.04_amd64.deb"
235235
);
236236
}
237237

@@ -246,7 +246,7 @@ mod tests {
246246
};
247247
assert_snapshot!(
248248
get_codspeed_valgrind_filename(&system_info).unwrap(),
249-
@"valgrind_3.26.0-0codspeed0_ubuntu-22.04_arm64.deb"
249+
@"valgrind_3.26.0-0codspeed2_ubuntu-22.04_arm64.deb"
250250
);
251251
}
252252

0 commit comments

Comments
 (0)