Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/aws/tests/s3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aws/tests/s3.rs b/net/aws/tests/s3.rs
index fafd4a24..1b2cc728 100644
--- a/net/aws/tests/s3.rs
+++ b/net/aws/tests/s3.rs
@@ -92,6 +92,6 @@ mod tests {
#[tokio::test]
async fn test_s3_unicode() {
- do_s3_test("s3 🧪 😱").await;
+ do_s3_test("s3 \u{1F9EA} \u{1F631}").await;
}
}