From d5df049151467ff9a89f531b0d84bc7051ea7a63 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 5 Nov 2018 10:21:47 +0100 Subject: [PATCH] fix 1d integration test --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 122d258..5adeb61 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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");