We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0200aa0 commit 48e8a71Copy full SHA for 48e8a71
tests/testsuite/git_shallow.rs
@@ -14,6 +14,11 @@ fn gitoxide_clones_shallow_two_revs_same_deps() {
14
perform_two_revs_same_deps(true)
15
}
16
17
+#[cargo_test]
18
+fn two_revs_same_deps() {
19
+ perform_two_revs_same_deps(false)
20
+}
21
+
22
fn perform_two_revs_same_deps(shallow: bool) {
23
let bar = git::new("meta-dep", |project| {
24
project
@@ -106,11 +111,6 @@ fn perform_two_revs_same_deps(shallow: bool) {
106
111
foo.process(&foo.bin("foo")).run();
107
112
108
113
109
-#[cargo_test]
110
-fn two_revs_same_deps() {
- perform_two_revs_same_deps(false)
-}
-
114
#[cargo_test]
115
fn gitoxide_clones_registry_with_shallow_protocol_and_follow_up_with_git2_fetch(
116
) -> anyhow::Result<()> {
0 commit comments