Skip to content

Commit

Permalink
fix: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlatyamroth committed Dec 14, 2023
1 parent e814e08 commit 6f3e240
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/schematools/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ mod tests {
let registry = discover_git(
"https://github.com/kstasik/schema-tools.git",
GitCheckoutType::Rev("a279f3b54bc7b03af83162fbf027eb781db1e046".to_string()),
false,
true,
)
.unwrap();
discovery.register("testing".to_string(), registry);
Expand All @@ -286,7 +286,7 @@ mod tests {
let registry = discover_git(
"https://github.com/kstasik/schema-tools.git",
GitCheckoutType::Rev("a279f3b54bc7b03af83162fbf027eb781db1e046".to_string()),
false,
true,
)
.unwrap();
discovery.register("testing".to_string(), registry);
Expand Down Expand Up @@ -324,7 +324,7 @@ mod tests {
let registry = discover_git(
"https://github.com/kstasik/schema-tools.git",
GitCheckoutType::Rev("a279f3b54bc7b03af83162fbf027eb781db1e046".to_string()),
false,
true,
)
.unwrap();

Expand All @@ -339,7 +339,7 @@ mod tests {
let registry = discover_git(
"https://github.com/kstasik/schema-tools.git",
GitCheckoutType::Branch("bugfix/title-conflict".to_string()),
false,
true,
)
.unwrap();

Expand Down Expand Up @@ -379,7 +379,7 @@ test-case = "1""#;
let registry = discover_git(
"https://github.com/kstasik/schema-tools.git",
GitCheckoutType::Tag("v0.0.1".to_string()),
false,
true,
)
.unwrap();

Expand Down

0 comments on commit 6f3e240

Please sign in to comment.