Skip to content

Commit efe83f7

Browse files
committed
update test
1 parent 70e8e22 commit efe83f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-install_acro.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_that("install_acro installs 'acro' in the specified environment", {
44
test_envname <- "test-acro-env"
55

66
# Run the install_acro function
7-
install_acro(envname = test_envname)
7+
init_acro(envname = test_envname)
88

99
# Check if 'acro' is installed in the test environment
1010
is_installed <- reticulate::py_module_available("acro")

0 commit comments

Comments
 (0)