Skip to content

Commit

Permalink
Fix variable name in Registry$from_file() test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Nov 19, 2024
1 parent fd3dcb9 commit 169778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-Artifact.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_that("creating an artifact from a file works", {
pattern = "laminr-test-", fileext = ".file", lines = "Test file"
)

new_record <- db$Artifact$from_file(
new_artifact <- db$Artifact$from_file(
temp_file, description = "laminr test file"
)

Expand Down

0 comments on commit 169778a

Please sign in to comment.