forked from mirrors/gstreamer-rs
Check for successful typefind registration in typefind unit test
This commit is contained in:
parent
284992d83a
commit
d6ce094cfd
1 changed files with 2 additions and 1 deletions
|
@ -293,7 +293,8 @@ mod tests {
|
|||
);
|
||||
}
|
||||
},
|
||||
);
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
let data = b"abcdefgh";
|
||||
let data = &data[..];
|
||||
|
|
Loading…
Reference in a new issue