Tidy ef_test failure message

This commit is contained in:
Paul Hauner
2019-05-15 12:30:42 +10:00
parent 035e124a14
commit faac5ca10c
2 changed files with 39 additions and 19 deletions

View File

@@ -14,7 +14,6 @@ mod ssz_generic {
fn ssz_generic_file(file: &str) -> PathBuf {
let mut path = test_file("ssz_generic");
path.push(file);
dbg!(&path);
path
}
@@ -41,7 +40,6 @@ mod ssz_static {
fn ssz_generic_file(file: &str) -> PathBuf {
let mut path = test_file("ssz_static");
path.push(file);
dbg!(&path);
path
}