Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/observo/private
Submodule private updated from 14aacb to e0dbc5
5 changes: 5 additions & 0 deletions src/sources/stcp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ mod tests {
s::test_happy_path(next_addr(), super::start_stcp).await;
}

#[tokio::test(flavor = "multi_thread")]
async fn test_happy_path_default() {
s::test_happy_path_default(next_addr(), super::start_stcp).await;
}

#[tokio::test(flavor = "multi_thread")]
async fn test_error_scenarios() {
s::test_error_scenarios(next_addr(), super::start_stcp).await;
Expand Down