Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Jun 21, 2024
1 parent ccd8163 commit b33c6ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public Ext getExt() {
private static String getDeviceName() {
if (deviceName == null) {
deviceName = parseDeviceName();
if (deviceName.isBlank()) return null;
return deviceName;
}

Expand Down

0 comments on commit b33c6ef

Please sign in to comment.