Revert "s3: tests: Remove emoji-based tests for now"

This reverts commit a49a5dcb11.

Now that hotdoc should work with emoji, let's bring the tests back.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1386>
This commit is contained in:
Arun Raghavan 2023-11-09 11:50:53 -05:00
parent 63edc84103
commit 771741c10c

View file

@ -89,4 +89,9 @@ mod tests {
async fn test_s3_whitespace() {
do_s3_test("s3 test").await;
}
#[tokio::test]
async fn test_s3_unicode() {
do_s3_test("s3 🧪 😱").await;
}
}