Skip to content

Commit

Permalink
Remove duplicate unit test case
Browse files Browse the repository at this point in the history
Co-authored-by: jrray <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
  • Loading branch information
rydrman and jrray authored Jan 14, 2025
1 parent 9ced96e commit 3ffc6ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/spk-workspace/src/file_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ fn test_must_have_file(tmpdir: tempfile::TempDir) {
#[case("my-workspace", "my-workspace/src/packages")]
#[should_panic]
#[case("my-workspace", "other-dir")]
#[case("", "")]
#[case("my-workspace", "my-workspace/src/packages")]
#[should_panic]
#[case("my-workspace", "other-dir/src/packages")]
fn test_workspace_discovery(
Expand Down

0 comments on commit 3ffc6ac

Please sign in to comment.