Skip to content

Commit

Permalink
typo doh
Browse files Browse the repository at this point in the history
  • Loading branch information
meztez committed Nov 18, 2023
1 parent 4a926ac commit 57553bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-utf8.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test_that("parseUTF8 has same srcfile attribute as file arg input", {
filename <- test_path("files/plumber.R")
expect_equal(attr(parseUTF8(file), "srcfile")$filename, filename)
expect_equal(attr(parseUTF8(filename), "srcfile")$filename, filename)
})

0 comments on commit 57553bd

Please sign in to comment.