mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-05 00:38:40 +00:00
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:
parent
63edc84103
commit
771741c10c
1 changed files with 5 additions and 0 deletions
|
@ -89,4 +89,9 @@ mod tests {
|
||||||
async fn test_s3_whitespace() {
|
async fn test_s3_whitespace() {
|
||||||
do_s3_test("s3 test").await;
|
do_s3_test("s3 test").await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[tokio::test]
|
||||||
|
async fn test_s3_unicode() {
|
||||||
|
do_s3_test("s3 🧪 😱").await;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue