Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/testthat/test-datamart.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ test_that("QGetSharedUrl: bad cases", {

# Non-existent file should return 404 error
expect_error(
QGetSharedUrl("file_that_does_not_exist.rds"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some document called Sankey (2) created this so I don't want to break that so just changed to a truly unique name.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the new name

QGetSharedUrl("file_that_definitely_does_not_exist_and_if_you_create_it_you_are_silly.rds"),
"404: No such file exists"
)
})
Expand Down
Loading