Skip to content

Commit

Permalink
tests: Remove old README PKGBUILD tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Nov 24, 2023
1 parent 1ce70a8 commit f1a2b4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,4 @@ fn current_version_is_used() {
readme.contains(&("--tag ".to_owned() + cargo_version.as_str())),
"should have the correct tag version in the README"
);

assert!(
readme.contains(&("-b ".to_owned() + cargo_version.as_str())),
"should have the correct branch version in the README"
)
}

0 comments on commit f1a2b4e

Please sign in to comment.