fix 1d integration test

This commit is contained in:
Daniel Bauer
2018-11-05 10:21:47 +01:00
parent 78c077a6f2
commit d5df049151

View File

@@ -65,7 +65,7 @@ mod integration {
fn calling_wham_1d() {;
Command::new("./target/debug/wham")
.args(&["--bins", "100", "--max", "3.14", "--min", "-3.14", "-T", "300", "--cyclic"])
.args(&["-f", "example/1d/metadata_unparseable1.dat"])
.args(&["-f", "example/1d/metadata.dat"])
.args(&["-o", "/tmp/wham_test_1d.out"])
.output()
.expect("failed to execute process");