Skip to content

Commit

Permalink
enables test_gh_8599 test (#8984)
Browse files Browse the repository at this point in the history
### Description

I noticed in the CI logs a warning that this was an unused function.
Looks like we just forgot the test annotation in
#8825

### Testing Instructions

Tests pass.
  • Loading branch information
dimitropoulos authored Aug 12, 2024
1 parent d5d3cb0 commit c1554da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-repository/src/inference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1554da

Please sign in to comment.