chore: fix typo

This commit is contained in:
Paul Delafosse 2022-12-18 17:53:41 +01:00
parent 933153f9bb
commit 6c45c3bd84

View file

@ -358,7 +358,7 @@ mod test {
.with_theme("Papirus")
.find();
asserting!("Given the same input parameter, lookup should ouput be the same as linincon")
asserting!("Given the same input parameter, lookup should output be the same as linincon")
.that(&wireshark)
.is_some()
.is_equal_to(lin_wireshark);