Skip to content

Commit 3860f5f

Browse files
Minor fixes
1 parent 571e329 commit 3860f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pineappl_cli/tests/convolve.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const THREE_CONVOLUTIONS_STR: &str = "b pT dsi
198198
5 9.929026126861572 11.660773754119873 5.2680349e1
199199
";
200200

201-
const EMPTY_POSITIVITY_GRIDS: &str =
201+
const NO_CHANNELS_GRID_STR: &str =
202202
"b Q2 x F2d
203203
[GeV^2] [] []
204204
--+---+---+------------------------+------------------------+-----------
@@ -463,7 +463,7 @@ fn three_convolutions() {
463463
}
464464

465465
#[test]
466-
fn empty_positivity_grid() {
466+
fn no_channels_grid() {
467467
Command::cargo_bin("pineappl")
468468
.unwrap()
469469
.args([
@@ -473,5 +473,5 @@ fn empty_positivity_grid() {
473473
])
474474
.assert()
475475
.success()
476-
.stdout(EMPTY_POSITIVITY_GRIDS);
476+
.stdout(NO_CHANNELS_GRID_STR);
477477
}

0 commit comments

Comments
 (0)