Add failure
diff --git a/integration/tests/cli/stream/test_stream_create_command.rs b/integration/tests/cli/stream/test_stream_create_command.rs index 9089a35..f29512c 100644 --- a/integration/tests/cli/stream/test_stream_create_command.rs +++ b/integration/tests/cli/stream/test_stream_create_command.rs
@@ -75,7 +75,7 @@ stream_id: Identifier::named(self.name.as_str()).unwrap(), }) .await; - assert!(delete.is_ok()); + assert!(!delete.is_ok()); } }