Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Sep 25, 2024
1 parent 58894a6 commit 6dd4ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-runner/tests/testthat/test-handle_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ test_that("upload_matrix_to_s3 completes successfully", {

# generates correct S3 key
key <- upload_matrix_to_s3(pipeline_config, experiment_id, data)
expect_equal(key, '1234/r.rds')
expect_equal(key, '1234/r.qs')
})

test_that("send_output_to_api completes successfully", {
Expand Down

0 comments on commit 6dd4ec1

Please sign in to comment.