Check for successful typefind registration in typefind unit test

This commit is contained in:
Sebastian Dröge 2018-11-20 01:31:26 +02:00
parent 284992d83a
commit d6ce094cfd

View file

@ -293,7 +293,8 @@ mod tests {
); );
} }
}, },
); )
.unwrap();
let data = b"abcdefgh"; let data = b"abcdefgh";
let data = &data[..]; let data = &data[..];