We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a0c505 + f6a3138 commit 74bac68Copy full SHA for 74bac68
rust/tests/it/model_serialization.rs
@@ -1,7 +1,7 @@
1
use svix::api::ListResponseApplicationOut;
2
3
-#[tokio::test]
4
-async fn test_list_response_xxx_out() {
+#[test]
+fn test_list_response_xxx_out() {
5
// first test with iterator and prevIterator
6
let json_str =
7
r#"{"data":[],"done":true,"iterator":"iterator-str","prevIterator":"prevIterator-str"}"#;
0 commit comments