integration tests

This commit is contained in:
Henry Schimke
2022-12-10 17:43:58 -06:00
parent 20f8d15065
commit b1684ac698
7 changed files with 46 additions and 36 deletions

View File

@@ -86,6 +86,6 @@ impl UPCEANReader for EAN8Reader {
impl Default for EAN8Reader {
fn default() -> Self {
Self { }
Self {}
}
}
}