From 30027518af00d5b02ff2ec381539a9280fe1b00a Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Mon, 12 Jun 2023 19:10:41 -0400 Subject: [PATCH] Formalize libgfold end-to-end test name Signed-off-by: Nick Gerace --- lib/libgfold/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libgfold/src/lib.rs b/lib/libgfold/src/lib.rs index ed69670..dc47736 100644 --- a/lib/libgfold/src/lib.rs +++ b/lib/libgfold/src/lib.rs @@ -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)