mirror of
https://github.com/msberends/AMR.git
synced 2025-09-20 15:39:40 +02:00
Update test-ab.R
This commit is contained in:
committed by
GitHub
parent
82ff1fc944
commit
112dcde3b4
@@ -85,7 +85,7 @@ expect_inherits(x[1], "ab")
|
||||
expect_inherits(x[[1]], "ab")
|
||||
expect_inherits(c(x[1], x[9]), "ab")
|
||||
expect_inherits(unique(x[1], x[9]), "ab")
|
||||
expect_inherits(rep(x[1], x[9]), "ab")
|
||||
expect_inherits(rep(x[1], 2), "ab")
|
||||
expect_warning(x[1] <- "invalid code")
|
||||
expect_warning(x[[1]] <- "invalid code")
|
||||
expect_warning(c(x[1], "test"))
|
||||
|
Reference in New Issue
Block a user