diff --git a/src/write.rs b/src/write.rs index 62d763c4..caac7a52 100644 --- a/src/write.rs +++ b/src/write.rs @@ -1644,7 +1644,7 @@ mod test { .start_file("foo/bar/test", FileOptions::default()) .unwrap(); writer - .write("The quick brown 🦊 jumps over the lazy 🐕".as_bytes()) + .write_all("The quick brown 🦊 jumps over the lazy 🐕".as_bytes()) .unwrap(); writer .start_file("foo/bar/test", FileOptions::default())