mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 07:56:29 +03:00
Use the LogSink explicitly in securejoin tests
This commit is contained in:
@@ -570,7 +570,7 @@ pub struct LogSink {
|
||||
|
||||
impl LogSink {
|
||||
/// Creates a new [`LogSink`] and returns the attached event sink.
|
||||
fn create() -> (Sender<Event>, Self) {
|
||||
pub fn create() -> (Sender<Event>, Self) {
|
||||
let (tx, rx) = channel::unbounded();
|
||||
(tx, Self { events: rx })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user