Skip to content

Commit

Permalink
test-qgis-arguments.R: drop duplicated expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jun 26, 2024
1 parent c95d832 commit 59106c7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/testthat/test-qgis-arguments.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@ test_that("argument coercers work", {
),
"1,2,3,4"
)
expect_identical(
as_qgis_argument(
matrix(1:4, ncol = 2, byrow = TRUE),
qgis_argument_spec(qgis_type = "matrix")
),
"1,2,3,4"
)
expect_identical(
as_qgis_argument(
matrix(letters[1:4], ncol = 2, byrow = TRUE),
Expand Down

0 comments on commit 59106c7

Please sign in to comment.