Skip to content

Commit

Permalink
remove automatic tab for lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Sep 7, 2024
1 parent 0eb50f6 commit 1049707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-use_msrv.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_that("use_msrv() modifies the MSRV in the DESCRIPTION", {
use_msrv("1.70", path)

d <- desc::desc("DESCRIPTION")

expect_identical(
"Cargo (Rust's package manager), rustc >= 1.70",
d$get_field("SystemRequirements")
Expand Down

0 comments on commit 1049707

Please sign in to comment.