Skip to content

Commit

Permalink
Fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sashirestela committed Oct 21, 2024
1 parent d762043 commit f4b78c1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

public class Base64Util {

private Base64Util() {
}

public static String encode(String filePath, MediaType mediaType) {
try {
Path path = Paths.get(filePath);
Expand Down

0 comments on commit f4b78c1

Please sign in to comment.