Skip to content

Commit

Permalink
Fix failing test [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 2, 2022
1 parent 5008602 commit e679000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DumpHelper {
} else if (it.value == null) {
it.value = replaceNullWith
} else if (it.value instanceof Path) {
return FilesEx.toUriString((Path)it.value)
it.value = FilesEx.toUriString((Path)it.value)
} else {
it.value = it.value.toString()
}
Expand Down

0 comments on commit e679000

Please sign in to comment.