From c1554da0e2ea3ad655a0cb5b9e2734e8f3e66067 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Mon, 12 Aug 2024 09:32:06 -0400 Subject: [PATCH] enables test_gh_8599 test (#8984) ### Description I noticed in the CI logs a warning that this was an unused function. Looks like we just forgot the test annotation in https://github.com/vercel/turbo/pull/8825 ### Testing Instructions Tests pass. --- crates/turborepo-repository/src/inference.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/turborepo-repository/src/inference.rs b/crates/turborepo-repository/src/inference.rs index f050d7e68455a..1d2ebfdc76b61 100644 --- a/crates/turborepo-repository/src/inference.rs +++ b/crates/turborepo-repository/src/inference.rs @@ -348,6 +348,7 @@ mod test { ); } + #[test] fn test_gh_8599() { // TODO: this test documents existing broken behavior, when we have time we // should fix this and update the assertions