Skip to content

Commit

Permalink
chore: don't replace sep
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhan committed Jul 5, 2024
1 parent 15e02e7 commit fad0e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion busted/outputHandlers/junit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ return function(options)
if package:find("^@") then
package = string.sub(package, 2)
end
package = string.gsub(package, "/", ".")
classname = package .. "." .. class_name .. ":" .. element.trace.currentline
else
classname = class_name .. ":" .. element.trace.currentline
Expand Down

0 comments on commit fad0e9e

Please sign in to comment.