We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0c3e5 commit 49e43ebCopy full SHA for 49e43eb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ntex-amqp"
3
-version = "2.1.3"
+version = "2.1.4"
4
authors = ["ntex contributors <[email protected]>"]
5
description = "AMQP 1.0 Client/Server framework"
6
documentation = "https://docs.rs/ntex-amqp"
tests/test_server.rs
@@ -94,8 +94,6 @@ async fn test_simple() -> std::io::Result<()> {
94
95
#[ntex::test]
96
async fn test_large_transfer() -> std::io::Result<()> {
97
- let _ = env_logger::init();
98
-
99
let mut rng = thread_rng();
100
let data: String = (0..2048)
101
.map(|_| rng.sample(Alphanumeric) as char)
0 commit comments