Skip to content

Commit

Permalink
pr: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Dec 15, 2022
1 parent f50d262 commit 52916de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iroh-gateway/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ mod tests {
impl TestSetup {
pub async fn shutdown(self) {
self.core_task.abort();
self.core_task.await.ok();
self.store_task.abort();
self.store_task.await.ok();
}
Expand Down

0 comments on commit 52916de

Please sign in to comment.