Skip to content

Commit

Permalink
Formalize libgfold end-to-end test name
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Jun 12, 2023
1 parent 7adc671 commit 3002751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libgfold/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod tests {
/// [`tempfile`](tempfile) crate to create some repositories with varying states and levels
/// of nesting.
#[test]
fn poop() -> anyhow::Result<()> {
fn integration() -> anyhow::Result<()> {
env_logger::builder()
.is_test(true)
.filter_level(LevelFilter::Info)
Expand Down

0 comments on commit 3002751

Please sign in to comment.