Skip to content

Commit

Permalink
Fix missing feature test
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jul 8, 2022
1 parent 71d1516 commit 20589ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pineappl_cli/src/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl Subcommand for Opts {
mod tests {
use assert_cmd::Command;

#[cfg(feature = "fastnlo")]
#[cfg(any(feature = "fastnlo", feature = "fktable"))]
use assert_fs::NamedTempFile;

const HELP_STR: &str = "pineappl-import
Expand Down

0 comments on commit 20589ee

Please sign in to comment.