Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: messense <[email protected]>
  • Loading branch information
mbrobbel and messense authored Nov 8, 2022
1 parent 0e2bcb3 commit 1855d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ fn pyo3_mixed_src_layout_sdist() {
}

#[test]
fn pyo3_mixed_include_exclude_src_layout_sdist() {
fn pyo3_mixed_include_exclude_sdist() {
handle_result(other::test_source_distribution(
"test-crates/pyo3-mixed-include-exclude",
vec![
Expand All @@ -515,7 +515,7 @@ fn pyo3_mixed_include_exclude_src_layout_sdist() {
"pyo3_mixed_include_exclude-2.1.3/tox.ini",
],
None,
"sdist-pyo3-mixed-include-exclude-src-layout",
"sdist-pyo3-mixed-include-exclude",
))
}

Expand Down

0 comments on commit 1855d80

Please sign in to comment.