Tidy presentation of errors for ef_tests

This commit is contained in:
Paul Hauner
2019-05-22 18:55:00 +10:00
parent 892d891977
commit e760afbc1a
4 changed files with 27 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#[derive(Debug, PartialEq, Clone)]
pub struct FieldComparison {
pub equal: bool,
pub field_name: String,
pub equal: bool,
pub a: String,
pub b: String,
}