diff --git a/.github/workflows/r-conda.yml b/.github/workflows/r-conda.yml index df449de..83e314e 100644 --- a/.github/workflows/r-conda.yml +++ b/.github/workflows/r-conda.yml @@ -28,10 +28,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Create conda environment - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: activate-environment: recetox-aplcms-dev auto-update-conda: true diff --git a/tests/testthat/test-load.lcms.R b/tests/testthat/test-load.lcms.R index 0b026f9..dd55f6e 100644 --- a/tests/testthat/test-load.lcms.R +++ b/tests/testthat/test-load.lcms.R @@ -15,7 +15,7 @@ patrick::with_parameters_test_that( input_path <- file.path(testdata, "input", filename) # Act: Execute the function with the test inputs - data <- recetox.aplcms::load.lcms(input_path) + data <- load.lcms(input_path) # Assert: Verify the function output matches expected results # Check that the function returns an object of the expected type