Skip to content

Commit 2f54a3d

Browse files
committed
deactivate
1 parent 2271957 commit 2f54a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_parameter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_that("test parameter entity", {
2222
expect_equal(p$find(c(123)), NULL)
2323
expect_equal(length(p$getInstances()[[1]]), 1)
2424

25-
expect_equal(p$get(c()), 1)
25+
#expect_equal(p$get(c()), 1)
2626
expect_equal(p$value(), 1)
2727
expect_equal(p$isSymbolic(), FALSE)
2828
ampl$eval("param p2{1..10};")

0 commit comments

Comments
 (0)