Skip to content

Commit

Permalink
fix: correct the tests
Browse files Browse the repository at this point in the history
Correct the leaked information from a wip branch that broke the tests.
  • Loading branch information
nrdxp committed Oct 17, 2024
1 parent 26e71ca commit 3dfc898
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/atom/src/publish/git/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ impl MockAtom for gix::Repository {
version: Version::from_str(version)?,
description: (!description.is_empty()).then_some(description.into()),
},
deps: None,
srcs: None,
pins: None,
};

let buf = ser::to_string_pretty(&manifest)?;
Expand Down

0 comments on commit 3dfc898

Please sign in to comment.