mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 10:54:20 +00:00
remove debug
This commit is contained in:
parent
3567b41e45
commit
ac5a2b6ad0
1 changed files with 0 additions and 3 deletions
|
@ -132,9 +132,6 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn paths_resolves_pattern_to_file_paths() -> Result<(), Box<dyn Error>> {
|
fn paths_resolves_pattern_to_file_paths() -> Result<(), Box<dyn Error>> {
|
||||||
for p in paths(vec!["tests/data/**/*"])? {
|
|
||||||
println!("{}", p.display())
|
|
||||||
}
|
|
||||||
assert_eq!(paths(vec!["tests/data/**/*"])?.into_iter().count(), 1);
|
assert_eq!(paths(vec!["tests/data/**/*"])?.into_iter().count(), 1);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue