Skip to content

Commit

Permalink
[git-transport] test capabilities in blocking and async mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 13, 2021
1 parent 558b208 commit 66eb2a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git-transport/tests/client/blocking/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#[cfg(not(feature = "http-client-curl"))]
mod capabilities;
#[cfg(not(feature = "http-client-curl"))]
mod git;
#[cfg(feature = "http-client-curl")]
mod http;
File renamed without changes.
2 changes: 2 additions & 0 deletions git-transport/tests/client/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#[cfg(feature = "blocking-client")]
mod blocking;
#[cfg(not(feature = "http-client-curl"))]
mod capabilities;

0 comments on commit 66eb2a5

Please sign in to comment.